home *** CD-ROM | disk | FTP | other *** search
/ Quick PC 61 / Quick PC 61.iso / I386 / DRIVER.CAB / xrn4025.ppd < prev    next >
Encoding:
PostScript Printer Description  |  2003-02-21  |  70.1 KB  |  1,861 lines

  1. *PPD-Adobe: "4.3"
  2. *% Adobe Systems PostScript(R) Printer Description File
  3. *% Copyright 1997 COMPUTER:applications, Inc.
  4. *% All Rights Reserved.
  5. *% Permission is granted for redistribution of this file as
  6. *% long as this copyright notice is intact and the contents
  7. *% of the file is not altered in any way from its original form.
  8. *% End of Copyright statement
  9. *% Internal version 0.6 11/16/1999
  10.  
  11. *% === REQUIRED ENTRIES ===
  12. *FormatVersion: "4.3"
  13. *FileVersion: "1.4"
  14. *LanguageEncoding: ISOLatin1
  15. *LanguageVersion: English
  16. *PCFileName: "XRN4025.PPD"
  17. *PSVersion: "(3010.106) 1"
  18. *Product:   "(Xerox DocuPrint N4025)"
  19. *ShortNickName: "Xerox DP N4025 PS"
  20. *NickName:  "Xerox DP N4025 PS"
  21. *ModelName: "Xerox DocuPrint N4025 PS"
  22. *Manufacturer:  "Xerox"
  23.  
  24.  
  25. *% === INSTALLABLE OPTIONS ===
  26. *OpenGroup: InstallableOptions/Options Installed
  27.  
  28.  
  29. *OpenUI *Option1/Duplex Module: Boolean
  30. *DefaultOption1: False
  31. *Option1 True/Installed: ""
  32. *Option1 False/Not Installed: ""
  33. *?Option1: "
  34.     save
  35.     currentpagedevice /Duplex known
  36.     {(True)}{(False)} ifelse
  37.     = flush
  38.     restore
  39.     "
  40. *End
  41. *CloseUI: *Option1
  42.  
  43.  
  44.  
  45. *OpenUI *Option2/HCF Tray 3, 4 and 5: Boolean
  46. *DefaultOption2: False
  47. *Option2 True/Installed: ""
  48. *Option2 False/Not Installed: ""
  49. *?Option2: "
  50.     save
  51.     currentpagedevice /InputAttributes known
  52.         {
  53.         currentpagedevice /InputAttributes get
  54.         2 known 
  55.         {(True)}{(False)} ifelse 
  56.         }
  57.         { (Unknown) } ifelse
  58.     = flush
  59.     restore"
  60. *End
  61. *CloseUI: *Option2
  62.  
  63.  
  64.  
  65.  
  66. *OpenUI *Option3/Mailbox Bins: Boolean
  67. *DefaultOption3: False
  68. *Option3 True/Installed: ""
  69. *Option3 False/Not Installed: ""
  70. *?Option3: "
  71.     save
  72.     currentpagedevice /OutputAttributes known
  73.         {
  74.         currentpagedevice /OutputAttributes get
  75.         2 known {(True)}{(False) } ifelse
  76.         } 
  77.         { (Unknown) } ifelse
  78.     = flush
  79.     restore"
  80. *End
  81.             
  82. *CloseUI: *Option3
  83.  
  84.  
  85.  
  86. *OpenUI *Option4/Hard Disk: Boolean
  87. *DefaultOption4: False
  88. *Option4 True/Installed: ""
  89. *Option4 False/Not Installed: ""
  90. *?Option4: "
  91.  save false
  92.  (%disk?%)
  93.  { currentdevparams dup /Writeable known
  94.  { /Writeable get {pop true} if } { pop } ifelse
  95.  } 10 string /IODevice resourceforall
  96.  {(True)}{(False)} ifelse = flush
  97.  restore
  98.  "
  99. *End
  100. *CloseUI: *Option4
  101.  
  102.  
  103.  
  104. *OpenUI *Option5/Envelope Feeder: Boolean
  105. *DefaultOption5: False
  106. *Option5 True/Installed: ""
  107. *Option5 False/Not Installed: ""
  108. *?Option5: "
  109.     save
  110.     currentpagedevice /InputAttributes known
  111.         {
  112.         currentpagedevice /InputAttributes get
  113.         6 known 
  114.         {(True)}{(False)} ifelse 
  115.         }
  116.         { (Unknown) } ifelse
  117.     = flush
  118.     restore"
  119. *End
  120. *CloseUI: *Option5
  121.  
  122.  
  123.  
  124. *OpenUI *Option6/Finisher-Stapler: Boolean
  125. *DefaultOption6: False
  126. *Option6 True/Installed: ""
  127. *Option6 False/Not Installed: ""
  128. *?Option6: "
  129.     save
  130.     currentpagedevice /Staple known
  131.         {(True)}{(False)} ifelse
  132.         = flush
  133.     restore"
  134. *End
  135. *CloseUI: *Option6
  136.  
  137.  
  138.  
  139. *OpenUI *InstalledMemory/Total Printer Memory: PickOne
  140. *DefaultInstalledMemory: 32Meg
  141. *InstalledMemory 32Meg/32 MB RAM: ""
  142. *InstalledMemory 48Meg/48 MB RAM: ""
  143. *InstalledMemory 64Meg/64 MB RAM: ""
  144. *InstalledMemory 80Meg/80 MB RAM: ""
  145. *InstalledMemory 96Meg/96 MB RAM: ""
  146. *InstalledMemory 112Meg/112 MB RAM: ""
  147. *InstalledMemory 128Meg/128 MB RAM: ""
  148. *InstalledMemory 144Meg/144 MB RAM: ""
  149. *InstalledMemory 160Meg/160 MB RAM: ""
  150. *InstalledMemory 176Meg/176 MB RAM: ""
  151. *InstalledMemory 192Meg/192 MB RAM: ""
  152. *?InstalledMemory: "
  153.  save
  154.  <<
  155.   0 (32Meg) 
  156.   1 (48Meg) 
  157.   2 (64Meg) 
  158.   3 (80Meg) 
  159.   4 (96Meg) 
  160.   5 (112Meg) 
  161.   6 (128Meg) 
  162.   7 (144MB)
  163.   8 (160MB)
  164.   9 (176MB)
  165.   10 (192MB)
  166.  >>
  167. currentsystemparams dup /RamSize known
  168.  {/RamSize get 1048576 div floor cvi
  169.  32 sub 16 idiv get}
  170.  {pop (Unknown) } ifelse
  171.  = flush
  172.  restore
  173.  "
  174. *End
  175. *CloseUI: *InstalledMemory
  176.  
  177.  
  178. *CloseGroup: InstallableOptions
  179.  
  180. *% === UI CONSTRAINTS ===
  181.  
  182. *% -- Feature is not selectable if it is not installed --
  183. *UIConstraints: *Option1 False    *Duplex DuplexNoTumble
  184. *UIConstraints: *Option1 False    *Duplex DuplexTumble
  185. *UIConstraints: *Duplex DuplexNoTumble     *Option1 False
  186. *UIConstraints: *Duplex DuplexTumble     *Option1 False 
  187.  
  188. *UIConstraints: *Option2 False *InputSlot Tray3
  189. *UIConstraints: *Option2 False *InputSlot Tray4
  190. *UIConstraints: *Option2 False *InputSlot Tray5
  191. *UIConstraints: *InputSlot Tray3 *Option2 False
  192. *UIConstraints: *InputSlot Tray4 *Option2 False 
  193. *UIConstraints: *InputSlot Tray5 *Option2 False
  194.  
  195. *UIConstraints: *OutputBin MAILBOXBIN1 *Option3 False
  196. *UIConstraints: *OutputBin MAILBOXBIN2 *Option3 False
  197. *UIConstraints: *OutputBin MAILBOXBIN3 *Option3 False
  198. *UIConstraints: *OutputBin MAILBOXBIN4 *Option3 False
  199. *UIConstraints: *OutputBin MAILBOXBIN5 *Option3 False
  200. *UIConstraints: *OutputBin MAILBOXBIN6 *Option3 False
  201. *UIConstraints: *OutputBin MAILBOXBIN7 *Option3 False
  202. *UIConstraints: *OutputBin MAILBOXBIN8 *Option3 False
  203. *UIConstraints: *OutputBin MAILBOXBIN9 *Option3 False
  204. *UIConstraints: *OutputBin MAILBOXBIN10 *Option3 False
  205. *UIConstraints: *OutputBin SORTER *Option3 False
  206.  
  207. *UIConstraints: *Option3 False *OutputBin MAILBOXBIN1
  208. *UIConstraints: *Option3 False *OutputBin MAILBOXBIN2
  209. *UIConstraints: *Option3 False *OutputBin MAILBOXBIN3
  210. *UIConstraints: *Option3 False *OutputBin MAILBOXBIN4
  211. *UIConstraints: *Option3 False *OutputBin MAILBOXBIN5
  212. *UIConstraints: *Option3 False *OutputBin MAILBOXBIN6
  213. *UIConstraints: *Option3 False *OutputBin MAILBOXBIN7
  214. *UIConstraints: *Option3 False *OutputBin MAILBOXBIN8
  215. *UIConstraints: *Option3 False *OutputBin MAILBOXBIN9
  216. *UIConstraints: *Option3 False *OutputBin MAILBOXBIN10
  217. *UIConstraints: *Option3 False *OutputBin SORTER
  218.  
  219. *UIConstraints: *Option5 True *InputSlot MBF
  220. *UIConstraints: *InputSlot MBF *Option5 True
  221.  
  222. *UIConstraints: *Option5 False *InputSlot Envelope
  223. *UIConstraints: *InputSlot Envelope *Option5 False
  224.  
  225. *UIConstraints: *Option5 True *ManualFeed True
  226. *UIConstraints: *ManualFeed True *Option5 True
  227.  
  228. *UIConstraints: *Option6 False *OutputBin FINISHERBIN1
  229. *UIConstraints: *Option6 False *OutputBin FINISHERBIN2
  230. *UIConstraints: *Option6 False *OutputBin FINISHERBIN3
  231.  
  232. *UIConstraints: *OutputBin FINISHERBIN1 *Option6 False
  233. *UIConstraints: *OutputBin FINISHERBIN2 *Option6 False
  234. *UIConstraints: *OutputBin FINISHERBIN3 *Option6 False 
  235.  
  236. *% -- limits the pagesize A6 and Envelopes with the
  237. *% --  mailbox bins --
  238.  
  239. *UIConstraints: *OutputBin MAILBOXBIN1 *PageSize A6
  240. *UIConstraints: *OutputBin MAILBOXBIN2 *PageSize A6
  241. *UIConstraints: *OutputBin MAILBOXBIN3 *PageSize A6
  242. *UIConstraints: *OutputBin MAILBOXBIN4 *PageSize A6
  243. *UIConstraints: *OutputBin MAILBOXBIN5 *PageSize A6
  244. *UIConstraints: *OutputBin MAILBOXBIN6 *PageSize A6
  245. *UIConstraints: *OutputBin MAILBOXBIN7 *PageSize A6
  246. *UIConstraints: *OutputBin MAILBOXBIN8 *PageSize A6
  247. *UIConstraints: *OutputBin MAILBOXBIN9 *PageSize A6
  248. *UIConstraints: *OutputBin MAILBOXBIN10 *PageSize A6
  249. *UIConstraints: *PageSize A6 *OutputBin MAILBOXBIN1
  250. *UIConstraints: *PageSize A6 *OutputBin MAILBOXBIN2
  251. *UIConstraints: *PageSize A6 *OutputBin MAILBOXBIN3
  252. *UIConstraints: *PageSize A6 *OutputBin MAILBOXBIN4
  253. *UIConstraints: *PageSize A6 *OutputBin MAILBOXBIN5
  254. *UIConstraints: *PageSize A6 *OutputBin MAILBOXBIN6
  255. *UIConstraints: *PageSize A6 *OutputBin MAILBOXBIN7
  256. *UIConstraints: *PageSize A6 *OutputBin MAILBOXBIN8
  257. *UIConstraints: *PageSize A6 *OutputBin MAILBOXBIN9
  258. *UIConstraints: *PageSize A6 *OutputBin MAILBOXBIN10
  259.  
  260. *UIConstraints: *OutputBin MAILBOXBIN1 *PageRegion A6
  261. *UIConstraints: *OutputBin MAILBOXBIN2 *PageRegion A6
  262. *UIConstraints: *OutputBin MAILBOXBIN3 *PageRegion A6
  263. *UIConstraints: *OutputBin MAILBOXBIN4 *PageRegion A6
  264. *UIConstraints: *OutputBin MAILBOXBIN5 *PageRegion A6
  265. *UIConstraints: *OutputBin MAILBOXBIN6 *PageRegion A6
  266. *UIConstraints: *OutputBin MAILBOXBIN7 *PageRegion A6
  267. *UIConstraints: *OutputBin MAILBOXBIN8 *PageRegion A6
  268. *UIConstraints: *OutputBin MAILBOXBIN9 *PageRegion A6
  269. *UIConstraints: *OutputBin MAILBOXBIN10 *PageRegion A6
  270. *UIConstraints: *PageRegion A6 *OutputBin MAILBOXBIN1
  271. *UIConstraints: *PageRegion A6 *OutputBin MAILBOXBIN2
  272. *UIConstraints: *PageRegion A6 *OutputBin MAILBOXBIN3
  273. *UIConstraints: *PageRegion A6 *OutputBin MAILBOXBIN4
  274. *UIConstraints: *PageRegion A6 *OutputBin MAILBOXBIN5
  275. *UIConstraints: *PageRegion A6 *OutputBin MAILBOXBIN6
  276. *UIConstraints: *PageRegion A6 *OutputBin MAILBOXBIN7
  277. *UIConstraints: *PageRegion A6 *OutputBin MAILBOXBIN8
  278. *UIConstraints: *PageRegion A6 *OutputBin MAILBOXBIN9
  279. *UIConstraints: *PageRegion A6 *OutputBin MAILBOXBIN10
  280.  
  281. *UIConstraints: *OutputBin MAILBOXBIN1 *PageSize Env10
  282. *UIConstraints: *OutputBin MAILBOXBIN2 *PageSize Env10
  283. *UIConstraints: *OutputBin MAILBOXBIN3 *PageSize Env10
  284. *UIConstraints: *OutputBin MAILBOXBIN4 *PageSize Env10
  285. *UIConstraints: *OutputBin MAILBOXBIN5 *PageSize Env10
  286. *UIConstraints: *OutputBin MAILBOXBIN6 *PageSize Env10
  287. *UIConstraints: *OutputBin MAILBOXBIN7 *PageSize Env10
  288. *UIConstraints: *OutputBin MAILBOXBIN8 *PageSize Env10
  289. *UIConstraints: *OutputBin MAILBOXBIN9 *PageSize Env10
  290. *UIConstraints: *OutputBin MAILBOXBIN10 *PageSize Env10
  291. *UIConstraints: *PageSize Env10 *OutputBin MAILBOXBIN1
  292. *UIConstraints: *PageSize Env10 *OutputBin MAILBOXBIN2
  293. *UIConstraints: *PageSize Env10 *OutputBin MAILBOXBIN3
  294. *UIConstraints: *PageSize Env10 *OutputBin MAILBOXBIN4
  295. *UIConstraints: *PageSize Env10 *OutputBin MAILBOXBIN5
  296. *UIConstraints: *PageSize Env10 *OutputBin MAILBOXBIN6
  297. *UIConstraints: *PageSize Env10 *OutputBin MAILBOXBIN7
  298. *UIConstraints: *PageSize Env10 *OutputBin MAILBOXBIN8
  299. *UIConstraints: *PageSize Env10 *OutputBin MAILBOXBIN9
  300. *UIConstraints: *PageSize Env10 *OutputBin MAILBOXBIN10
  301.  
  302. *UIConstraints: *OutputBin MAILBOXBIN1 *PageRegion Env10
  303. *UIConstraints: *OutputBin MAILBOXBIN2 *PageRegion Env10
  304. *UIConstraints: *OutputBin MAILBOXBIN3 *PageRegion Env10
  305. *UIConstraints: *OutputBin MAILBOXBIN4 *PageRegion Env10
  306. *UIConstraints: *OutputBin MAILBOXBIN5 *PageRegion Env10
  307. *UIConstraints: *OutputBin MAILBOXBIN6 *PageRegion Env10
  308. *UIConstraints: *OutputBin MAILBOXBIN7 *PageRegion Env10
  309. *UIConstraints: *OutputBin MAILBOXBIN8 *PageRegion Env10
  310. *UIConstraints: *OutputBin MAILBOXBIN9 *PageRegion Env10
  311. *UIConstraints: *OutputBin MAILBOXBIN10 *PageRegion Env10
  312. *UIConstraints: *PageRegion Env10 *OutputBin MAILBOXBIN1
  313. *UIConstraints: *PageRegion Env10 *OutputBin MAILBOXBIN2
  314. *UIConstraints: *PageRegion Env10 *OutputBin MAILBOXBIN3
  315. *UIConstraints: *PageRegion Env10 *OutputBin MAILBOXBIN4
  316. *UIConstraints: *PageRegion Env10 *OutputBin MAILBOXBIN5
  317. *UIConstraints: *PageRegion Env10 *OutputBin MAILBOXBIN6
  318. *UIConstraints: *PageRegion Env10 *OutputBin MAILBOXBIN7
  319. *UIConstraints: *PageRegion Env10 *OutputBin MAILBOXBIN8
  320. *UIConstraints: *PageRegion Env10 *OutputBin MAILBOXBIN9
  321. *UIConstraints: *PageRegion Env10 *OutputBin MAILBOXBIN10
  322.  
  323. *UIConstraints: *OutputBin MAILBOXBIN1 *PageSize EnvC5
  324. *UIConstraints: *OutputBin MAILBOXBIN2 *PageSize EnvC5
  325. *UIConstraints: *OutputBin MAILBOXBIN3 *PageSize EnvC5
  326. *UIConstraints: *OutputBin MAILBOXBIN4 *PageSize EnvC5
  327. *UIConstraints: *OutputBin MAILBOXBIN5 *PageSize EnvC5
  328. *UIConstraints: *OutputBin MAILBOXBIN6 *PageSize EnvC5
  329. *UIConstraints: *OutputBin MAILBOXBIN7 *PageSize EnvC5
  330. *UIConstraints: *OutputBin MAILBOXBIN8 *PageSize EnvC5
  331. *UIConstraints: *OutputBin MAILBOXBIN9 *PageSize EnvC5
  332. *UIConstraints: *OutputBin MAILBOXBIN10 *PageSize EnvC5
  333. *UIConstraints: *PageSize EnvC5 *OutputBin MAILBOXBIN1
  334. *UIConstraints: *PageSize EnvC5 *OutputBin MAILBOXBIN2
  335. *UIConstraints: *PageSize EnvC5 *OutputBin MAILBOXBIN3
  336. *UIConstraints: *PageSize EnvC5 *OutputBin MAILBOXBIN4
  337. *UIConstraints: *PageSize EnvC5 *OutputBin MAILBOXBIN5
  338. *UIConstraints: *PageSize EnvC5 *OutputBin MAILBOXBIN6
  339. *UIConstraints: *PageSize EnvC5 *OutputBin MAILBOXBIN7
  340. *UIConstraints: *PageSize EnvC5 *OutputBin MAILBOXBIN8
  341. *UIConstraints: *PageSize EnvC5 *OutputBin MAILBOXBIN9
  342. *UIConstraints: *PageSize EnvC5 *OutputBin MAILBOXBIN10
  343.  
  344. *UIConstraints: *OutputBin MAILBOXBIN1 *PageRegion EnvC5
  345. *UIConstraints: *OutputBin MAILBOXBIN2 *PageRegion EnvC5
  346. *UIConstraints: *OutputBin MAILBOXBIN3 *PageRegion EnvC5
  347. *UIConstraints: *OutputBin MAILBOXBIN4 *PageRegion EnvC5
  348. *UIConstraints: *OutputBin MAILBOXBIN5 *PageRegion EnvC5
  349. *UIConstraints: *OutputBin MAILBOXBIN6 *PageRegion EnvC5
  350. *UIConstraints: *OutputBin MAILBOXBIN7 *PageRegion EnvC5
  351. *UIConstraints: *OutputBin MAILBOXBIN8 *PageRegion EnvC5
  352. *UIConstraints: *OutputBin MAILBOXBIN9 *PageRegion EnvC5
  353. *UIConstraints: *OutputBin MAILBOXBIN10 *PageRegion EnvC5
  354. *UIConstraints: *PageRegion EnvC5 *OutputBin MAILBOXBIN1
  355. *UIConstraints: *PageRegion EnvC5 *OutputBin MAILBOXBIN2
  356. *UIConstraints: *PageRegion EnvC5 *OutputBin MAILBOXBIN3
  357. *UIConstraints: *PageRegion EnvC5 *OutputBin MAILBOXBIN4
  358. *UIConstraints: *PageRegion EnvC5 *OutputBin MAILBOXBIN5
  359. *UIConstraints: *PageRegion EnvC5 *OutputBin MAILBOXBIN6
  360. *UIConstraints: *PageRegion EnvC5 *OutputBin MAILBOXBIN7
  361. *UIConstraints: *PageRegion EnvC5 *OutputBin MAILBOXBIN8
  362. *UIConstraints: *PageRegion EnvC5 *OutputBin MAILBOXBIN9
  363. *UIConstraints: *PageRegion EnvC5 *OutputBin MAILBOXBIN10
  364.  
  365. *UIConstraints: *OutputBin MAILBOXBIN1 *PageSize EnvDL
  366. *UIConstraints: *OutputBin MAILBOXBIN2 *PageSize EnvDL
  367. *UIConstraints: *OutputBin MAILBOXBIN3 *PageSize EnvDL
  368. *UIConstraints: *OutputBin MAILBOXBIN4 *PageSize EnvDL
  369. *UIConstraints: *OutputBin MAILBOXBIN5 *PageSize EnvDL
  370. *UIConstraints: *OutputBin MAILBOXBIN6 *PageSize EnvDL
  371. *UIConstraints: *OutputBin MAILBOXBIN7 *PageSize EnvDL
  372. *UIConstraints: *OutputBin MAILBOXBIN8 *PageSize EnvDL
  373. *UIConstraints: *OutputBin MAILBOXBIN9 *PageSize EnvDL
  374. *UIConstraints: *OutputBin MAILBOXBIN10 *PageSize EnvDL
  375. *UIConstraints: *PageSize EnvDL *OutputBin MAILBOXBIN1
  376. *UIConstraints: *PageSize EnvDL *OutputBin MAILBOXBIN2
  377. *UIConstraints: *PageSize EnvDL *OutputBin MAILBOXBIN3
  378. *UIConstraints: *PageSize EnvDL *OutputBin MAILBOXBIN4
  379. *UIConstraints: *PageSize EnvDL *OutputBin MAILBOXBIN5
  380. *UIConstraints: *PageSize EnvDL *OutputBin MAILBOXBIN6
  381. *UIConstraints: *PageSize EnvDL *OutputBin MAILBOXBIN7
  382. *UIConstraints: *PageSize EnvDL *OutputBin MAILBOXBIN8
  383. *UIConstraints: *PageSize EnvDL *OutputBin MAILBOXBIN9
  384. *UIConstraints: *PageSize EnvDL *OutputBin MAILBOXBIN10
  385.  
  386. *UIConstraints: *OutputBin MAILBOXBIN1 *PageRegion EnvDL
  387. *UIConstraints: *OutputBin MAILBOXBIN2 *PageRegion EnvDL
  388. *UIConstraints: *OutputBin MAILBOXBIN3 *PageRegion EnvDL
  389. *UIConstraints: *OutputBin MAILBOXBIN4 *PageRegion EnvDL
  390. *UIConstraints: *OutputBin MAILBOXBIN5 *PageRegion EnvDL
  391. *UIConstraints: *OutputBin MAILBOXBIN6 *PageRegion EnvDL
  392. *UIConstraints: *OutputBin MAILBOXBIN7 *PageRegion EnvDL
  393. *UIConstraints: *OutputBin MAILBOXBIN8 *PageRegion EnvDL
  394. *UIConstraints: *OutputBin MAILBOXBIN9 *PageRegion EnvDL
  395. *UIConstraints: *OutputBin MAILBOXBIN10 *PageRegion EnvDL
  396. *UIConstraints: *PageRegion EnvDL *OutputBin MAILBOXBIN1
  397. *UIConstraints: *PageRegion EnvDL *OutputBin MAILBOXBIN2
  398. *UIConstraints: *PageRegion EnvDL *OutputBin MAILBOXBIN3
  399. *UIConstraints: *PageRegion EnvDL *OutputBin MAILBOXBIN4
  400. *UIConstraints: *PageRegion EnvDL *OutputBin MAILBOXBIN5
  401. *UIConstraints: *PageRegion EnvDL *OutputBin MAILBOXBIN6
  402. *UIConstraints: *PageRegion EnvDL *OutputBin MAILBOXBIN7
  403. *UIConstraints: *PageRegion EnvDL *OutputBin MAILBOXBIN8
  404. *UIConstraints: *PageRegion EnvDL *OutputBin MAILBOXBIN9
  405. *UIConstraints: *PageRegion EnvDL *OutputBin MAILBOXBIN10
  406.  
  407. *UIConstraints: *OutputBin MAILBOXBIN1 *PageSize EnvMonarch
  408. *UIConstraints: *OutputBin MAILBOXBIN2 *PageSize EnvMonarch
  409. *UIConstraints: *OutputBin MAILBOXBIN3 *PageSize EnvMonarch
  410. *UIConstraints: *OutputBin MAILBOXBIN4 *PageSize EnvMonarch
  411. *UIConstraints: *OutputBin MAILBOXBIN5 *PageSize EnvMonarch
  412. *UIConstraints: *OutputBin MAILBOXBIN6 *PageSize EnvMonarch
  413. *UIConstraints: *OutputBin MAILBOXBIN7 *PageSize EnvMonarch
  414. *UIConstraints: *OutputBin MAILBOXBIN8 *PageSize EnvMonarch
  415. *UIConstraints: *OutputBin MAILBOXBIN9 *PageSize EnvMonarch
  416. *UIConstraints: *OutputBin MAILBOXBIN10 *PageSize EnvMonarch
  417. *UIConstraints: *PageSize EnvMonarch *OutputBin MAILBOXBIN1
  418. *UIConstraints: *PageSize EnvMonarch *OutputBin MAILBOXBIN2
  419. *UIConstraints: *PageSize EnvMonarch *OutputBin MAILBOXBIN3
  420. *UIConstraints: *PageSize EnvMonarch *OutputBin MAILBOXBIN4
  421. *UIConstraints: *PageSize EnvMonarch *OutputBin MAILBOXBIN5
  422. *UIConstraints: *PageSize EnvMonarch *OutputBin MAILBOXBIN6
  423. *UIConstraints: *PageSize EnvMonarch *OutputBin MAILBOXBIN7
  424. *UIConstraints: *PageSize EnvMonarch *OutputBin MAILBOXBIN8
  425. *UIConstraints: *PageSize EnvMonarch *OutputBin MAILBOXBIN9
  426. *UIConstraints: *PageSize EnvMonarch *OutputBin MAILBOXBIN10
  427.  
  428. *UIConstraints: *OutputBin MAILBOXBIN1 *PageRegion EnvMonarch
  429. *UIConstraints: *OutputBin MAILBOXBIN2 *PageRegion EnvMonarch
  430. *UIConstraints: *OutputBin MAILBOXBIN3 *PageRegion EnvMonarch
  431. *UIConstraints: *OutputBin MAILBOXBIN4 *PageRegion EnvMonarch
  432. *UIConstraints: *OutputBin MAILBOXBIN5 *PageRegion EnvMonarch
  433. *UIConstraints: *OutputBin MAILBOXBIN6 *PageRegion EnvMonarch
  434. *UIConstraints: *OutputBin MAILBOXBIN7 *PageRegion EnvMonarch
  435. *UIConstraints: *OutputBin MAILBOXBIN8 *PageRegion EnvMonarch
  436. *UIConstraints: *OutputBin MAILBOXBIN9 *PageRegion EnvMonarch
  437. *UIConstraints: *OutputBin MAILBOXBIN10 *PageRegion EnvMonarch
  438. *UIConstraints: *PageRegion EnvMonarch *OutputBin MAILBOXBIN1
  439. *UIConstraints: *PageRegion EnvMonarch *OutputBin MAILBOXBIN2
  440. *UIConstraints: *PageRegion EnvMonarch *OutputBin MAILBOXBIN3
  441. *UIConstraints: *PageRegion EnvMonarch *OutputBin MAILBOXBIN4
  442. *UIConstraints: *PageRegion EnvMonarch *OutputBin MAILBOXBIN5
  443. *UIConstraints: *PageRegion EnvMonarch *OutputBin MAILBOXBIN6
  444. *UIConstraints: *PageRegion EnvMonarch *OutputBin MAILBOXBIN7
  445. *UIConstraints: *PageRegion EnvMonarch *OutputBin MAILBOXBIN8
  446. *UIConstraints: *PageRegion EnvMonarch *OutputBin MAILBOXBIN9
  447. *UIConstraints: *PageRegion EnvMonarch *OutputBin MAILBOXBIN10
  448.  
  449. *% -- limits the pagesize A6 and Envelopes with the
  450. *% -- Finisher ---
  451. *UIConstraints: *OutputBin FINISHERBIN1 *PageSize A6
  452. *UIConstraints: *OutputBin FINISHERBIN2 *PageSize A6
  453. *UIConstraints: *OutputBin FINISHERBIN3 *PageSize A6
  454. *UIConstraints: *OutputBin SORTER *PageSize A6
  455. *UIConstraints: *PageSize A6 *OutputBin FINISHERBIN1
  456. *UIConstraints: *PageSize A6 *OutputBin FINISHERBIN2
  457. *UIConstraints: *PageSize A6 *OutputBin FINISHERBIN3
  458. *UIConstraints: *PageSize A6 *OutputBin SORTER
  459.  
  460. *UIConstraints: *OutputBin FINISHERBIN1 *PageRegion A6
  461. *UIConstraints: *OutputBin FINISHERBIN2 *PageRegion A6
  462. *UIConstraints: *OutputBin FINISHERBIN3 *PageRegion A6
  463. *UIConstraints: *OutputBin SORTER *PageRegion A6
  464. *UIConstraints: *PageRegion A6 *OutputBin FINISHERBIN1
  465. *UIConstraints: *PageRegion A6 *OutputBin FINISHERBIN2
  466. *UIConstraints: *PageRegion A6 *OutputBin FINISHERBIN3
  467. *UIConstraints: *PageRegion A6 *OutputBin SORTER
  468.  
  469. *UIConstraints: *OutputBin FINISHERBIN1 *PageSize Env10
  470. *UIConstraints: *OutputBin FINISHERBIN2 *PageSize Env10
  471. *UIConstraints: *OutputBin FINISHERBIN3 *PageSize Env10
  472. *UIConstraints: *OutputBin SORTER *PageSize Env10
  473. *UIConstraints: *PageSize Env10 *OutputBin FINISHERBIN1
  474. *UIConstraints: *PageSize Env10 *OutputBin FINISHERBIN2
  475. *UIConstraints: *PageSize Env10 *OutputBin FINISHERBIN3
  476. *UIConstraints: *PageSize Env10 *OutputBin SORTER
  477.  
  478. *UIConstraints: *OutputBin FINISHERBIN1 *PageRegion Env10
  479. *UIConstraints: *OutputBin FINISHERBIN2 *PageRegion Env10
  480. *UIConstraints: *OutputBin FINISHERBIN3 *PageRegion Env10
  481. *UIConstraints: *OutputBin SORTER *PageRegion Env10
  482. *UIConstraints: *PageRegion Env10 *OutputBin FINISHERBIN1
  483. *UIConstraints: *PageRegion Env10 *OutputBin FINISHERBIN2
  484. *UIConstraints: *PageRegion Env10 *OutputBin FINISHERBIN3
  485. *UIConstraints: *PageRegion Env10 *OutputBin SORTER
  486.  
  487. *UIConstraints: *OutputBin FINISHERBIN1 *PageSize EnvDL
  488. *UIConstraints: *OutputBin FINISHERBIN2 *PageSize EnvDL
  489. *UIConstraints: *OutputBin FINISHERBIN3 *PageSize EnvDL
  490. *UIConstraints: *OutputBin SORTER *PageSize EnvDL
  491. *UIConstraints: *PageSize EnvDL *OutputBin FINISHERBIN1
  492. *UIConstraints: *PageSize EnvDL *OutputBin FINISHERBIN2
  493. *UIConstraints: *PageSize EnvDL *OutputBin FINISHERBIN3
  494. *UIConstraints: *PageSize EnvDL *OutputBin SORTER
  495.  
  496. *UIConstraints: *OutputBin FINISHERBIN1 *PageRegion EnvDL
  497. *UIConstraints: *OutputBin FINISHERBIN2 *PageRegion EnvDL
  498. *UIConstraints: *OutputBin FINISHERBIN3 *PageRegion EnvDL
  499. *UIConstraints: *OutputBin SORTER *PageRegion EnvDL
  500. *UIConstraints: *PageRegion EnvDL *OutputBin FINISHERBIN1
  501. *UIConstraints: *PageRegion EnvDL *OutputBin FINISHERBIN2
  502. *UIConstraints: *PageRegion EnvDL *OutputBin FINISHERBIN3
  503. *UIConstraints: *PageRegion EnvDL *OutputBin SORTER
  504.  
  505. *UIConstraints: *OutputBin FINISHERBIN1 *PageSize EnvC5
  506. *UIConstraints: *OutputBin FINISHERBIN2 *PageSize EnvC5
  507. *UIConstraints: *OutputBin FINISHERBIN3 *PageSize EnvC5
  508. *UIConstraints: *OutputBin SORTER *PageSize EnvC5
  509. *UIConstraints: *PageSize EnvC5 *OutputBin FINISHERBIN1
  510. *UIConstraints: *PageSize EnvC5 *OutputBin FINISHERBIN2
  511. *UIConstraints: *PageSize EnvC5 *OutputBin FINISHERBIN3
  512. *UIConstraints: *PageSize EnvC5 *OutputBin SORTER 
  513.  
  514. *UIConstraints: *OutputBin FINISHERBIN1 *PageRegion EnvC5
  515. *UIConstraints: *OutputBin FINISHERBIN2 *PageRegion EnvC5
  516. *UIConstraints: *OutputBin FINISHERBIN3 *PageRegion EnvC5
  517. *UIConstraints: *OutputBin SORTER *PageRegion EnvC5
  518. *UIConstraints: *PageRegion EnvC5 *OutputBin FINISHERBIN1
  519. *UIConstraints: *PageRegion EnvC5 *OutputBin FINISHERBIN2
  520. *UIConstraints: *PageRegion EnvC5 *OutputBin FINISHERBIN3
  521. *UIConstraints: *PageRegion EnvC5 *OutputBin SORTER 
  522.  
  523. *UIConstraints: *OutputBin FINISHERBIN1 *PageSize EnvMonarch
  524. *UIConstraints: *OutputBin FINISHERBIN2 *PageSize EnvMonarch
  525. *UIConstraints: *OutputBin FINISHERBIN3 *PageSize EnvMonarch
  526. *UIConstraints: *OutputBin SORTER *PageSize EnvMonarch
  527. *UIConstraints: *PageSize EnvMonarch *OutputBin FINISHERBIN1
  528. *UIConstraints: *PageSize EnvMonarch *OutputBin FINISHERBIN2
  529. *UIConstraints: *PageSize EnvMonarch *OutputBin FINISHERBIN3
  530. *UIConstraints: *PageSize EnvMonarch *OutputBin SORTER 
  531.  
  532. *UIConstraints: *OutputBin FINISHERBIN1 *PageRegion EnvMonarch
  533. *UIConstraints: *OutputBin FINISHERBIN2 *PageRegion EnvMonarch
  534. *UIConstraints: *OutputBin FINISHERBIN3 *PageRegion EnvMonarch
  535. *UIConstraints: *OutputBin SORTER *PageRegion EnvMonarch
  536. *UIConstraints: *PageRegion EnvMonarch *OutputBin FINISHERBIN1
  537. *UIConstraints: *PageRegion EnvMonarch *OutputBin FINISHERBIN2
  538. *UIConstraints: *PageRegion EnvMonarch *OutputBin FINISHERBIN3
  539. *UIConstraints: *PageRegion EnvMonarch *OutputBin SORTER 
  540.  
  541. *% -- limits Envelope Feeder --
  542.  
  543. *UIConstraints: *PageSize Letter     *InputSlot Envelope
  544. *UIConstraints: *PageSize Legal     *InputSlot Envelope
  545. *UIConstraints: *PageSize Tabloid     *InputSlot Envelope
  546. *UIConstraints: *PageSize A3         *InputSlot Envelope
  547. *UIConstraints: *PageSize A4         *InputSlot Envelope
  548. *UIConstraints: *PageSize A5         *InputSlot Envelope
  549. *UIConstraints: *PageSize A6         *InputSlot Envelope
  550. *UIConstraints: *PageSize FanFoldGermanLegal *InputSlot Envelope
  551. *UIConstraints: *PageSize Executive *InputSlot Envelope
  552. *UIConstraints: *PageSize Statement *InputSlot Envelope
  553. *UIConstraints: *PageSize B5         *InputSlot Envelope
  554. *UIConstraints: *PageSize B4         *InputSlot Envelope 
  555.  
  556. *UIConstraints: *InputSlot Envelope *PageSize Letter
  557. *UIConstraints: *InputSlot Envelope *PageSize Legal
  558. *UIConstraints: *InputSlot Envelope *PageSize Tabloid
  559. *UIConstraints: *InputSlot Envelope *PageSize A3
  560. *UIConstraints: *InputSlot Envelope *PageSize A4
  561. *UIConstraints: *InputSlot Envelope *PageSize A5
  562. *UIConstraints: *InputSlot Envelope *PageSize A6
  563. *UIConstraints: *InputSlot Envelope *PageSize FanFoldGermanLegal
  564. *UIConstraints: *InputSlot Envelope *PageSize Executive
  565. *UIConstraints: *InputSlot Envelope *PageSize Statement
  566. *UIConstraints: *InputSlot Envelope *PageSize B5
  567. *UIConstraints: *InputSlot Envelope *PageSize B4
  568.  
  569.  
  570. *UIConstraints: *PageRegion Letter     *InputSlot Envelope
  571. *UIConstraints: *PageRegion Legal     *InputSlot Envelope
  572. *UIConstraints: *PageRegion Tabloid *InputSlot Envelope
  573. *UIConstraints: *PageRegion A3     *InputSlot Envelope
  574. *UIConstraints: *PageRegion A4     *InputSlot Envelope
  575. *UIConstraints: *PageRegion A5     *InputSlot Envelope
  576. *UIConstraints: *PageRegion A6     *InputSlot Envelope
  577. *UIConstraints: *PageRegion FanFoldGermanLegal *InputSlot Envelope
  578. *UIConstraints: *PageRegion Executive *InputSlot Envelope
  579. *UIConstraints: *PageRegion Statement *InputSlot Envelope
  580. *UIConstraints: *PageRegion B5     *InputSlot Envelope
  581. *UIConstraints: *PageRegion B4     *InputSlot Envelope
  582.  
  583.  
  584. *UIConstraints: *InputSlot Envelope *PageRegion Letter
  585. *UIConstraints: *InputSlot Envelope *PageRegion Legal
  586. *UIConstraints: *InputSlot Envelope *PageRegion Tabloid
  587. *UIConstraints: *InputSlot Envelope *PageRegion A3
  588. *UIConstraints: *InputSlot Envelope *PageRegion A4
  589. *UIConstraints: *InputSlot Envelope *PageRegion A5
  590. *UIConstraints: *InputSlot Envelope *PageRegion A6
  591. *UIConstraints: *InputSlot Envelope *PageRegion FanFoldGermanLegal
  592. *UIConstraints: *InputSlot Envelope *PageRegion Executive
  593. *UIConstraints: *InputSlot Envelope *PageRegion Statement
  594. *UIConstraints: *InputSlot Envelope *PageRegion B5
  595. *UIConstraints: *InputSlot Envelope *PageRegion B4
  596.  
  597. *% -- MediaType limits Envelope --
  598. *UIConstraints: *InputSlot Envelope *MediaType Plain
  599. *UIConstraints: *InputSlot Envelope *MediaType Transparency
  600. *UIConstraints: *InputSlot Envelope *MediaType Labels
  601. *UIConstraints: *InputSlot Envelope *MediaType Preprinted
  602. *UIConstraints: *InputSlot Envelope *MediaType Letterhead
  603. *UIConstraints: *InputSlot Envelope *MediaType Prepunched
  604. *UIConstraints: *InputSlot Envelope *MediaType Bond
  605. *UIConstraints: *InputSlot Envelope *MediaType Recycled
  606. *UIConstraints: *InputSlot Envelope *MediaType Color
  607. *UIConstraints: *InputSlot Envelope *MediaType Cardstock
  608.  
  609. *UIConstraints: *MediaType Plain *InputSlot Envelope
  610. *UIConstraints: *MediaType Transparency *InputSlot Envelope
  611. *UIConstraints: *MediaType Labels *InputSlot Envelope
  612. *UIConstraints: *MediaType Preprinted *InputSlot Envelope
  613. *UIConstraints: *MediaType Letterhead *InputSlot Envelope
  614. *UIConstraints: *MediaType Prepunched *InputSlot Envelope
  615. *UIConstraints: *MediaType Bond *InputSlot Envelope
  616. *UIConstraints: *MediaType Recycled *InputSlot Envelope
  617. *UIConstraints: *MediaType Color *InputSlot Envelope
  618. *UIConstraints: *MediaType Cardstock *InputSlot Envelope
  619.  
  620. *% -- limits for Tray1 --
  621.  
  622. *UIConstraints: *PageSize A6         *InputSlot Tray1
  623. *UIConstraints: *PageSize Env10     *InputSlot Tray1
  624. *UIConstraints: *PageSize EnvC5     *InputSlot Tray1
  625. *UIConstraints: *PageSize EnvDL     *InputSlot Tray1
  626. *UIConstraints: *PageSize EnvMonarch *InputSlot Tray1
  627. *UIConstraints: *InputSlot Tray1     *PageSize A6
  628. *UIConstraints: *InputSlot Tray1     *PageSize Env10
  629. *UIConstraints: *InputSlot Tray1     *PageSize EnvC5
  630. *UIConstraints: *InputSlot Tray1     *PageSize EnvDL
  631. *UIConstraints: *InputSlot Tray1    *PageSize EnvMonarch
  632.  
  633. *UIConstraints: *PageRegion A6     *InputSlot Tray1
  634. *UIConstraints: *PageRegion Env10     *InputSlot Tray1
  635. *UIConstraints: *PageRegion EnvC5     *InputSlot Tray1
  636. *UIConstraints: *PageRegion EnvDL     *InputSlot Tray1
  637. *UIConstraints: *PageRegion EnvMonarch *InputSlot Tray1
  638. *UIConstraints: *InputSlot Tray1     *PageRegion A6
  639. *UIConstraints: *InputSlot Tray1     *PageRegion Env10
  640. *UIConstraints: *InputSlot Tray1     *PageRegion EnvC5
  641. *UIConstraints: *InputSlot Tray1     *PageRegion EnvDL
  642. *UIConstraints: *InputSlot Tray1     *PageRegion EnvMonarch
  643.  
  644. *% -- limits for Tray2 ---
  645.  
  646. *UIConstraints: *PageSize A6         *InputSlot Tray2
  647. *UIConstraints: *PageSize Env10     *InputSlot Tray2
  648. *UIConstraints: *PageSize EnvC5     *InputSlot Tray2
  649. *UIConstraints: *PageSize EnvDL     *InputSlot Tray2
  650. *UIConstraints: *PageSize EnvMonarch *InputSlot Tray2
  651. *UIConstraints: *PageSize A5         *InputSlot Tray2
  652. *UIConstraints: *PageSize Statement *InputSlot Tray2
  653. *UIConstraints: *InputSlot Tray2 *PageSize A6
  654. *UIConstraints: *InputSlot Tray2 *PageSize A5
  655. *UIConstraints: *InputSlot Tray2 *PageSize Env10
  656. *UIConstraints: *InputSlot Tray2 *PageSize EnvC5
  657. *UIConstraints: *InputSlot Tray2 *PageSize EnvDL
  658. *UIConstraints: *InputSlot Tray2 *PageSize EnvMonarch
  659. *UIConstraints: *InputSlot Tray2 *PageSize Statement
  660.  
  661. *UIConstraints: *PageRegion A6     *InputSlot Tray2
  662. *UIConstraints: *PageRegion Env10     *InputSlot Tray2
  663. *UIConstraints: *PageRegion EnvC5     *InputSlot Tray2
  664. *UIConstraints: *PageRegion EnvDL     *InputSlot Tray2
  665. *UIConstraints: *PageRegion EnvMonarch *InputSlot Tray2
  666. *UIConstraints: *PageRegion A5     *InputSlot Tray2
  667. *UIConstraints: *PageRegion Statement *InputSlot Tray2
  668. *UIConstraints: *InputSlot Tray2     *PageRegion A6
  669. *UIConstraints: *InputSlot Tray2     *PageRegion A5
  670. *UIConstraints: *InputSlot Tray2     *PageRegion Env10
  671. *UIConstraints: *InputSlot Tray2     *PageRegion EnvC5
  672. *UIConstraints: *InputSlot Tray2     *PageRegion EnvDL
  673. *UIConstraints: *InputSlot Tray2     *PageRegion EnvMonarch
  674. *UIConstraints: *InputSlot Tray2     *PageRegion Statement
  675.  
  676. *% -- limits for Tray3 ---
  677.  
  678. *UIConstraints: *PageSize Env10     *InputSlot Tray3
  679. *UIConstraints: *PageSize EnvC5     *InputSlot Tray3
  680. *UIConstraints: *PageSize EnvDL     *InputSlot Tray3
  681. *UIConstraints: *PageSize EnvMonarch *InputSlot Tray3
  682. *UIConstraints: *PageSize A6         *InputSlot Tray3
  683. *UIConstraints: *PageSize A5         *InputSlot Tray3
  684. *UIConstraints: *PageSize Statement *InputSlot Tray3
  685. *UIConstraints: *InputSlot Tray3 *PageSize A6
  686. *UIConstraints: *InputSlot Tray3 *PageSize A5
  687. *UIConstraints: *InputSlot Tray3 *PageSize Env10
  688. *UIConstraints: *InputSlot Tray3 *PageSize EnvC5
  689. *UIConstraints: *InputSlot Tray3 *PageSize EnvDL
  690. *UIConstraints: *InputSlot Tray3 *PageSize EnvMonarch
  691. *UIConstraints: *InputSlot Tray3 *PageSize Statement
  692.  
  693. *UIConstraints: *PageRegion A6     *InputSlot Tray3
  694. *UIConstraints: *PageRegion Env10     *InputSlot Tray3
  695. *UIConstraints: *PageRegion EnvC5     *InputSlot Tray3
  696. *UIConstraints: *PageRegion EnvDL     *InputSlot Tray3
  697. *UIConstraints: *PageRegion EnvMonarch *InputSlot Tray3
  698. *UIConstraints: *PageRegion A5     *InputSlot Tray3
  699. *UIConstraints: *PageRegion Statement *InputSlot Tray3
  700. *UIConstraints: *InputSlot Tray3 *PageRegion A6
  701. *UIConstraints: *InputSlot Tray3 *PageRegion A5
  702. *UIConstraints: *InputSlot Tray3 *PageRegion Env10
  703. *UIConstraints: *InputSlot Tray3 *PageRegion EnvC5
  704. *UIConstraints: *InputSlot Tray3 *PageRegion EnvDL
  705. *UIConstraints: *InputSlot Tray3 *PageRegion EnvMonarch
  706. *UIConstraints: *InputSlot Tray3 *PageRegion Statement
  707.  
  708. *% -- limits for Tray4 ---
  709.  
  710. *UIConstraints: *PageSize Legal     *InputSlot Tray4
  711. *UIConstraints: *PageSize Tabloid     *InputSlot Tray4
  712. *UIConstraints: *PageSize A3         *InputSlot Tray4
  713. *UIConstraints: *PageSize A5         *InputSlot Tray4
  714. *UIConstraints: *PageSize A6         *InputSlot Tray4
  715. *UIConstraints: *PageSize FanFoldGermanLegal *InputSlot Tray4
  716. *UIConstraints: *PageSize Statement *InputSlot Tray4
  717. *UIConstraints: *PageSize B4         *InputSlot Tray4
  718. *UIConstraints: *PageSize Env10     *InputSlot Tray4
  719. *UIConstraints: *PageSize EnvC5     *InputSlot Tray4
  720. *UIConstraints: *PageSize EnvDL     *InputSlot Tray4
  721. *UIConstraints: *PageSize EnvMonarch *InputSlot Tray4
  722. *UIConstraints: *InputSlot Tray4 *PageSize Legal
  723. *UIConstraints: *InputSlot Tray4 *PageSize Tabloid
  724. *UIConstraints: *InputSlot Tray4 *PageSize A3
  725. *UIConstraints: *InputSlot Tray4 *PageSize A5
  726. *UIConstraints: *InputSlot Tray4 *PageSize A6
  727. *UIConstraints: *InputSlot Tray4 *PageSize FanFoldGermanLegal
  728. *UIConstraints: *InputSlot Tray4 *PageSize Statement
  729. *UIConstraints: *InputSlot Tray4 *PageSize B4 
  730. *UIConstraints: *InputSlot Tray4 *PageSize Env10
  731. *UIConstraints: *InputSlot Tray4 *PageSize EnvC5
  732. *UIConstraints: *InputSlot Tray4 *PageSize EnvDL
  733. *UIConstraints: *InputSlot Tray4 *PageSize EnvMonarch
  734.  
  735. *UIConstraints: *PageRegion Legal     *InputSlot Tray4
  736. *UIConstraints: *PageRegion Tabloid *InputSlot Tray4
  737. *UIConstraints: *PageRegion A3     *InputSlot Tray4
  738. *UIConstraints: *PageRegion A5     *InputSlot Tray4
  739. *UIConstraints: *PageRegion A6     *InputSlot Tray4
  740. *UIConstraints: *PageRegion FanFoldGermanLegal *InputSlot Tray4
  741. *UIConstraints: *PageRegion Statement *InputSlot Tray4
  742. *UIConstraints: *PageRegion B4     *InputSlot Tray4
  743. *UIConstraints: *PageRegion Env10     *InputSlot Tray4
  744. *UIConstraints: *PageRegion EnvC5     *InputSlot Tray4
  745. *UIConstraints: *PageRegion EnvDL     *InputSlot Tray4
  746. *UIConstraints: *PageRegion EnvMonarch *InputSlot Tray4
  747. *UIConstraints: *InputSlot Tray4 *PageRegion Legal
  748. *UIConstraints: *InputSlot Tray4 *PageRegion Tabloid
  749. *UIConstraints: *InputSlot Tray4 *PageRegion A3
  750. *UIConstraints: *InputSlot Tray4 *PageRegion A5
  751. *UIConstraints: *InputSlot Tray4 *PageRegion A6
  752. *UIConstraints: *InputSlot Tray4 *PageRegion FanFoldGermanLegal
  753. *UIConstraints: *InputSlot Tray4 *PageRegion Statement
  754. *UIConstraints: *InputSlot Tray4 *PageRegion B4
  755. *UIConstraints: *InputSlot Tray4 *PageRegion Env10
  756. *UIConstraints: *InputSlot Tray4 *PageRegion EnvC5
  757. *UIConstraints: *InputSlot Tray4 *PageRegion EnvDL
  758. *UIConstraints: *InputSlot Tray4 *PageRegion EnvMonarch
  759.  
  760. *% -- limits for Tray5  ---
  761.  
  762. *UIConstraints: *PageSize Legal     *InputSlot Tray5
  763. *UIConstraints: *PageSize Tabloid     *InputSlot Tray5
  764. *UIConstraints: *PageSize A3         *InputSlot Tray5
  765. *UIConstraints: *PageSize A5         *InputSlot Tray5
  766. *UIConstraints: *PageSize A6         *InputSlot Tray5
  767. *UIConstraints: *PageSize FanFoldGermanLegal *InputSlot Tray5
  768. *UIConstraints: *PageSize Statement *InputSlot Tray5
  769. *UIConstraints: *PageSize B4         *InputSlot Tray5
  770. *UIConstraints: *PageSize Env10     *InputSlot Tray5
  771. *UIConstraints: *PageSize EnvC5     *InputSlot Tray5
  772. *UIConstraints: *PageSize EnvDL     *InputSlot Tray5
  773. *UIConstraints: *PageSize EnvMonarch *InputSlot Tray5
  774. *UIConstraints: *InputSlot Tray5 *PageSize Legal
  775. *UIConstraints: *InputSlot Tray5 *PageSize Tabloid
  776. *UIConstraints: *InputSlot Tray5 *PageSize A3
  777. *UIConstraints: *InputSlot Tray5 *PageSize A5
  778. *UIConstraints: *InputSlot Tray5 *PageSize A6
  779. *UIConstraints: *InputSlot Tray5 *PageSize FanFoldGermanLegal
  780. *UIConstraints: *InputSlot Tray5 *PageSize Statement
  781. *UIConstraints: *InputSlot Tray5 *PageSize B4
  782. *UIConstraints: *InputSlot Tray5 *PageSize Env10
  783. *UIConstraints: *InputSlot Tray5 *PageSize EnvC5
  784. *UIConstraints: *InputSlot Tray5 *PageSize EnvDL
  785. *UIConstraints: *InputSlot Tray5 *PageSize EnvMonarch
  786.  
  787. *UIConstraints: *PageRegion Legal     *InputSlot Tray5
  788. *UIConstraints: *PageRegion Tabloid *InputSlot Tray5
  789. *UIConstraints: *PageRegion A3     *InputSlot Tray5
  790. *UIConstraints: *PageRegion A5     *InputSlot Tray5
  791. *UIConstraints: *PageRegion A6     *InputSlot Tray5
  792. *UIConstraints: *PageRegion FanFoldGermanLegal *InputSlot Tray5
  793. *UIConstraints: *PageRegion Statement *InputSlot Tray5
  794. *UIConstraints: *PageRegion B4     *InputSlot Tray5
  795. *UIConstraints: *PageRegion Env10     *InputSlot Tray5
  796. *UIConstraints: *PageRegion EnvC5     *InputSlot Tray5
  797. *UIConstraints: *PageRegion EnvDL     *InputSlot Tray5
  798. *UIConstraints: *PageRegion EnvMonarch *InputSlot Tray5
  799. *UIConstraints: *InputSlot Tray5 *PageRegion Legal
  800. *UIConstraints: *InputSlot Tray5 *PageRegion Tabloid
  801. *UIConstraints: *InputSlot Tray5 *PageRegion A3
  802. *UIConstraints: *InputSlot Tray5 *PageRegion A5
  803. *UIConstraints: *InputSlot Tray5 *PageRegion A6
  804. *UIConstraints: *InputSlot Tray5 *PageRegion FanFoldGermanLegal
  805. *UIConstraints: *InputSlot Tray5 *PageRegion Statement
  806. *UIConstraints: *InputSlot Tray5 *PageRegion B4
  807. *UIConstraints: *InputSlot Tray5 *PageRegion Env10
  808. *UIConstraints: *InputSlot Tray5 *PageRegion EnvC5
  809. *UIConstraints: *InputSlot Tray5 *PageRegion EnvDL
  810. *UIConstraints: *InputSlot Tray5 *PageRegion EnvMonarch
  811.  
  812. *% -- Stapling only if finisher is installed
  813. *UIConstraints: *Option6 False *StapleLocation FrontStaple
  814. *UIConstraints: *Option6 False *StapleLocation RearStaple
  815. *UIConstraints: *Option6 False *StapleLocation DualStaple
  816. *UIConstraints: *StapleLocation FrontStaple *Option6 False
  817. *UIConstraints: *StapleLocation RearStaple *Option6 False
  818. *UIConstraints: *StapleLocation DualStaple *Option6 False
  819.  
  820. *UIConstraints: *OutputBin FACEDOWNBIN *StapleLocation FrontStaple
  821. *UIConstraints: *OutputBin FACEDOWNBIN *StapleLocation RearStaple
  822. *UIConstraints: *OutputBin FACEDOWNBIN *StapleLocation DualStaple
  823. *UIConstraints: *StapleLocation FrontStaple *OutputBin FACEDOWNBIN
  824. *UIConstraints: *StapleLocation RearStaple *OutputBin FACEDOWNBIN
  825. *UIConstraints: *StapleLocation DualStaple *OutputBin FACEDOWNBIN
  826.  
  827. *UIConstraints: *OutputBin FACEUPBIN *StapleLocation FrontStaple
  828. *UIConstraints: *OutputBin FACEUPBIN *StapleLocation RearStaple
  829. *UIConstraints: *OutputBin FACEUPBIN *StapleLocation DualStaple
  830. *UIConstraints: *StapleLocation FrontStaple *OutputBin FACEUPBIN
  831. *UIConstraints: *StapleLocation RearStaple *OutputBin FACEUPBIN
  832. *UIConstraints: *StapleLocation DualStaple *OutputBin FACEUPBIN
  833.  
  834. *UIConstraints: *OutputBin MAILBOXBIN1 *StapleLocation FrontStaple
  835. *UIConstraints: *OutputBin MAILBOXBIN1 *StapleLocation RearStaple
  836. *UIConstraints: *OutputBin MAILBOXBIN1 *StapleLocation DualStaple
  837. *UIConstraints: *StapleLocation FrontStaple *OutputBin MAILBOXBIN1
  838. *UIConstraints: *StapleLocation RearStaple *OutputBin MAILBOXBIN1
  839. *UIConstraints: *StapleLocation DualStaple *OutputBin MAILBOXBIN1
  840.  
  841. *UIConstraints: *OutputBin MAILBOXBIN2 *StapleLocation FrontStaple
  842. *UIConstraints: *OutputBin MAILBOXBIN2 *StapleLocation RearStaple
  843. *UIConstraints: *OutputBin MAILBOXBIN2 *StapleLocation DualStaple
  844. *UIConstraints: *StapleLocation FrontStaple *OutputBin MAILBOXBIN2
  845. *UIConstraints: *StapleLocation RearStaple *OutputBin MAILBOXBIN2
  846. *UIConstraints: *StapleLocation DualStaple *OutputBin MAILBOXBIN2
  847.  
  848. *UIConstraints: *OutputBin MAILBOXBIN3 *StapleLocation FrontStaple
  849. *UIConstraints: *OutputBin MAILBOXBIN3 *StapleLocation RearStaple
  850. *UIConstraints: *OutputBin MAILBOXBIN3 *StapleLocation DualStaple
  851. *UIConstraints: *StapleLocation FrontStaple *OutputBin MAILBOXBIN3
  852. *UIConstraints: *StapleLocation RearStaple *OutputBin MAILBOXBIN3
  853. *UIConstraints: *StapleLocation DualStaple *OutputBin MAILBOXBIN3
  854.  
  855. *UIConstraints: *OutputBin MAILBOXBIN4 *StapleLocation FrontStaple
  856. *UIConstraints: *OutputBin MAILBOXBIN4 *StapleLocation RearStaple
  857. *UIConstraints: *OutputBin MAILBOXBIN4 *StapleLocation DualStaple
  858. *UIConstraints: *StapleLocation FrontStaple *OutputBin MAILBOXBIN4
  859. *UIConstraints: *StapleLocation RearStaple *OutputBin MAILBOXBIN4
  860. *UIConstraints: *StapleLocation DualStaple *OutputBin MAILBOXBIN4
  861.  
  862. *UIConstraints: *OutputBin MAILBOXBIN5 *StapleLocation FrontStaple
  863. *UIConstraints: *OutputBin MAILBOXBIN5 *StapleLocation RearStaple
  864. *UIConstraints: *OutputBin MAILBOXBIN5 *StapleLocation DualStaple
  865. *UIConstraints: *StapleLocation FrontStaple *OutputBin MAILBOXBIN5
  866. *UIConstraints: *StapleLocation RearStaple *OutputBin MAILBOXBIN5
  867. *UIConstraints: *StapleLocation DualStaple *OutputBin MAILBOXBIN5
  868.  
  869. *UIConstraints: *OutputBin MAILBOXBIN6 *StapleLocation FrontStaple
  870. *UIConstraints: *OutputBin MAILBOXBIN6 *StapleLocation RearStaple
  871. *UIConstraints: *OutputBin MAILBOXBIN6 *StapleLocation DualStaple
  872. *UIConstraints: *StapleLocation FrontStaple *OutputBin MAILBOXBIN6
  873. *UIConstraints: *StapleLocation RearStaple *OutputBin MAILBOXBIN6
  874. *UIConstraints: *StapleLocation DualStaple *OutputBin MAILBOXBIN6
  875.  
  876. *UIConstraints: *OutputBin MAILBOXBIN7 *StapleLocation FrontStaple
  877. *UIConstraints: *OutputBin MAILBOXBIN7 *StapleLocation RearStaple
  878. *UIConstraints: *OutputBin MAILBOXBIN7 *StapleLocation DualStaple
  879. *UIConstraints: *StapleLocation FrontStaple *OutputBin MAILBOXBIN7
  880. *UIConstraints: *StapleLocation RearStaple *OutputBin MAILBOXBIN7
  881. *UIConstraints: *StapleLocation DualStaple *OutputBin MAILBOXBIN7
  882.  
  883. *UIConstraints: *OutputBin MAILBOXBIN8 *StapleLocation FrontStaple
  884. *UIConstraints: *OutputBin MAILBOXBIN8 *StapleLocation RearStaple
  885. *UIConstraints: *OutputBin MAILBOXBIN8 *StapleLocation DualStaple
  886. *UIConstraints: *StapleLocation FrontStaple *OutputBin MAILBOXBIN8
  887. *UIConstraints: *StapleLocation RearStaple *OutputBin MAILBOXBIN8
  888. *UIConstraints: *StapleLocation DualStaple *OutputBin MAILBOXBIN8
  889.  
  890. *UIConstraints: *OutputBin MAILBOXBIN9 *StapleLocation FrontStaple
  891. *UIConstraints: *OutputBin MAILBOXBIN9 *StapleLocation RearStaple
  892. *UIConstraints: *OutputBin MAILBOXBIN9 *StapleLocation DualStaple
  893. *UIConstraints: *StapleLocation FrontStaple *OutputBin MAILBOXBIN9
  894. *UIConstraints: *StapleLocation RearStaple *OutputBin MAILBOXBIN9
  895. *UIConstraints: *StapleLocation DualStaple *OutputBin MAILBOXBIN9
  896.  
  897. *UIConstraints: *OutputBin MAILBOXBIN10 *StapleLocation FrontStaple
  898. *UIConstraints: *OutputBin MAILBOXBIN10 *StapleLocation RearStaple
  899. *UIConstraints: *OutputBin MAILBOXBIN10 *StapleLocation DualStaple
  900. *UIConstraints: *StapleLocation FrontStaple *OutputBin MAILBOXBIN10
  901. *UIConstraints: *StapleLocation RearStaple *OutputBin MAILBOXBIN10
  902. *UIConstraints: *StapleLocation DualStaple *OutputBin MAILBOXBIN10
  903.  
  904. *% -- No Stapling if on Page Sizes A6 or Envelopes --
  905.  
  906. *UIConstraints: *PageSize A6 *StapleLocation FrontStaple
  907. *UIConstraints: *PageSize A6 *StapleLocation RearStaple
  908. *UIConstraints: *PageSize A6 *StapleLocation DualStaple
  909. *UIConstraints: *StapleLocation FrontStaple *PageSize A6
  910. *UIConstraints: *StapleLocation RearStaple *PageSize A6
  911. *UIConstraints: *StapleLocation DualStaple *PageSize A6
  912.  
  913. *UIConstraints: *PageRegion A6 *StapleLocation FrontStaple
  914. *UIConstraints: *PageRegion A6 *StapleLocation RearStaple
  915. *UIConstraints: *PageRegion A6 *StapleLocation DualStaple
  916. *UIConstraints: *StapleLocation FrontStaple *PageRegion A6
  917. *UIConstraints: *StapleLocation RearStaple *PageRegion A6
  918. *UIConstraints: *StapleLocation DualStaple *PageRegion A6
  919.  
  920. *UIConstraints: *PageSize EnvC5 *StapleLocation FrontStaple
  921. *UIConstraints: *PageSize EnvC5 *StapleLocation RearStaple
  922. *UIConstraints: *PageSize EnvC5 *StapleLocation DualStaple
  923. *UIConstraints: *StapleLocation FrontStaple *PageSize EnvC5
  924. *UIConstraints: *StapleLocation RearStaple *PageSize EnvC5
  925. *UIConstraints: *StapleLocation DualStaple *PageSize EnvC5
  926.  
  927. *UIConstraints: *PageRegion EnvC5 *StapleLocation FrontStaple
  928. *UIConstraints: *PageRegion EnvC5 *StapleLocation RearStaple
  929. *UIConstraints: *PageRegion EnvC5 *StapleLocation DualStaple
  930. *UIConstraints: *StapleLocation FrontStaple *PageRegion EnvC5
  931. *UIConstraints: *StapleLocation RearStaple *PageRegion EnvC5
  932. *UIConstraints: *StapleLocation DualStaple *PageRegion EnvC5
  933.  
  934. *UIConstraints: *PageSize EnvDL *StapleLocation FrontStaple
  935. *UIConstraints: *PageSize EnvDL *StapleLocation RearStaple
  936. *UIConstraints: *PageSize EnvDL *StapleLocation DualStaple
  937. *UIConstraints: *StapleLocation FrontStaple *PageSize EnvDL
  938. *UIConstraints: *StapleLocation RearStaple *PageSize EnvDL
  939. *UIConstraints: *StapleLocation DualStaple *PageSize EnvDL
  940.  
  941. *UIConstraints: *PageRegion EnvDL *StapleLocation FrontStaple
  942. *UIConstraints: *PageRegion EnvDL *StapleLocation RearStaple
  943. *UIConstraints: *PageRegion EnvDL *StapleLocation DualStaple
  944. *UIConstraints: *StapleLocation FrontStaple *PageRegion EnvDL
  945. *UIConstraints: *StapleLocation RearStaple *PageRegion EnvDL
  946. *UIConstraints: *StapleLocation DualStaple *PageRegion EnvDL
  947.  
  948. *UIConstraints: *PageSize EnvMonarch *StapleLocation FrontStaple
  949. *UIConstraints: *PageSize EnvMonarch *StapleLocation RearStaple
  950. *UIConstraints: *PageSize EnvMonarch *StapleLocation DualStaple
  951. *UIConstraints: *StapleLocation FrontStaple *PageSize EnvMonarch
  952. *UIConstraints: *StapleLocation RearStaple *PageSize EnvMonarch
  953. *UIConstraints: *StapleLocation DualStaple *PageSize EnvMonarch
  954.  
  955. *UIConstraints: *PageRegion EnvMonarch *StapleLocation FrontStaple
  956. *UIConstraints: *PageRegion EnvMonarch *StapleLocation RearStaple
  957. *UIConstraints: *PageRegion EnvMonarch *StapleLocation DualStaple
  958. *UIConstraints: *StapleLocation FrontStaple *PageRegion EnvMonarch
  959. *UIConstraints: *StapleLocation RearStaple *PageRegion EnvMonarch
  960. *UIConstraints: *StapleLocation DualStaple *PageRegion EnvMonarch
  961.  
  962. *UIConstraints: *PageSize Env10 *StapleLocation FrontStaple
  963. *UIConstraints: *PageSize Env10 *StapleLocation RearStaple
  964. *UIConstraints: *PageSize Env10 *StapleLocation DualStaple
  965. *UIConstraints: *StapleLocation FrontStaple *PageSize Env10
  966. *UIConstraints: *StapleLocation RearStaple *PageSize Env10
  967. *UIConstraints: *StapleLocation DualStaple *PageSize Env10
  968.  
  969. *UIConstraints: *PageRegion Env10 *StapleLocation FrontStaple
  970. *UIConstraints: *PageRegion Env10 *StapleLocation RearStaple
  971. *UIConstraints: *PageRegion Env10 *StapleLocation DualStaple
  972. *UIConstraints: *StapleLocation FrontStaple *PageRegion Env10
  973. *UIConstraints: *StapleLocation RearStaple *PageRegion Env10
  974. *UIConstraints: *StapleLocation DualStaple *PageRegion Env10
  975.  
  976. *% - No Duplex if using A6, or Envelope sized paper --
  977.  
  978. *UIConstraints: *Duplex DuplexNoTumble *PageSize A6
  979. *UIConstraints: *Duplex DuplexNoTumble *PageSize Env10
  980. *UIConstraints: *Duplex DuplexNoTumble *PageSize EnvC5
  981. *UIConstraints: *Duplex DuplexNoTumble *PageSize EnvDL
  982. *UIConstraints: *Duplex DuplexNoTumble *PageSize EnvMonarch
  983. *UIConstraints: *PageSize A6         *Duplex DuplexNoTumble
  984. *UIConstraints: *PageSize Env10     *Duplex DuplexNoTumble
  985. *UIConstraints: *PageSize EnvC5     *Duplex DuplexNoTumble
  986. *UIConstraints: *PageSize EnvDL     *Duplex DuplexNoTumble
  987. *UIConstraints: *PageSize EnvMonarch *Duplex DuplexNoTumble
  988.  
  989. *UIConstraints: *Duplex DuplexNoTumble *PageRegion A6
  990. *UIConstraints: *Duplex DuplexNoTumble *PageRegion Env10
  991. *UIConstraints: *Duplex DuplexNoTumble *PageRegion EnvC5
  992. *UIConstraints: *Duplex DuplexNoTumble *PageRegion EnvDL
  993. *UIConstraints: *Duplex DuplexNoTumble *PageRegion EnvMonarch
  994. *UIConstraints: *PageRegion A6     *Duplex DuplexNoTumble
  995. *UIConstraints: *PageRegion Env10     *Duplex DuplexNoTumble
  996. *UIConstraints: *PageRegion EnvDL     *Duplex DuplexNoTumble
  997. *UIConstraints: *PageRegion EnvC5     *Duplex DuplexNoTumble
  998. *UIConstraints: *PageRegion EnvMonarch *Duplex DuplexNoTumble
  999.  
  1000. *UIConstraints: *Duplex DuplexTumble *PageSize A6
  1001. *UIConstraints: *Duplex DuplexTumble *PageSize Env10
  1002. *UIConstraints: *Duplex DuplexTumble *PageSize EnvC5
  1003. *UIConstraints: *Duplex DuplexTumble *PageSize EnvDL
  1004. *UIConstraints: *Duplex DuplexTumble *PageSize EnvMonarch
  1005. *UIConstraints: *PageSize A6         *Duplex DuplexTumble
  1006. *UIConstraints: *PageSize Env10     *Duplex DuplexTumble
  1007. *UIConstraints: *PageSize EnvC5     *Duplex DuplexTumble
  1008. *UIConstraints: *PageSize EnvDL     *Duplex DuplexTumble
  1009. *UIConstraints: *PageSize EnvMonarch *Duplex DuplexTumble
  1010.  
  1011. *UIConstraints: *Duplex DuplexTumble *PageRegion A6
  1012. *UIConstraints: *Duplex DuplexTumble *PageRegion Env10
  1013. *UIConstraints: *Duplex DuplexTumble *PageRegion EnvC5
  1014. *UIConstraints: *Duplex DuplexTumble *PageRegion EnvDL
  1015. *UIConstraints: *Duplex DuplexTumble *PageRegion EnvMonarch
  1016. *UIConstraints: *PageRegion A6         *Duplex DuplexTumble
  1017. *UIConstraints: *PageRegion Env10         *Duplex DuplexTumble
  1018. *UIConstraints: *PageRegion EnvDL         *Duplex DuplexTumble
  1019. *UIConstraints: *PageRegion EnvC5         *Duplex DuplexTumble
  1020. *UIConstraints: *PageRegion EnvMonarch     *Duplex DuplexTumble
  1021.  
  1022.  
  1023. *% -- Smoothing & Draft only available in 600x600dpi --
  1024. *UIConstraints: *XRXQuality Draft         *Resolution 1200x1200dpi
  1025. *UIConstraints: *XRXQuality Smoothing     *Resolution 1200x1200dpi
  1026. *UIConstraints: *Resolution 1200x1200dpi    *XRXQuality Draft
  1027. *UIConstraints: *Resolution 1200x1200dpi    *XRXQuality Smoothing
  1028.  
  1029.  
  1030. *% === BASIC CAPABILITIES & SYSTEM MANAGEMENT ===
  1031.  
  1032. *FreeVM: "7605562"
  1033. *VMOption 32Meg/32 MB RAM: "7605562"
  1034. *VMOption 48Meg/48 MB RAM: "11765562"
  1035. *VMOption 64Meg/64 MB RAM: "15765562"
  1036. *VMOption 80Meg/80 MB RAM: "19865562"
  1037. *VMOption 96Meg/96 MB RAM: "23965562"
  1038. *VMOption 112Meg/112 MB RAM: "28065562"
  1039. *VMOption 128Meg/128 MB RAM: "32089208"
  1040. *VMOption 144Meg/144 MB RAM: "35651584"
  1041. *VMOption 160Meg/160 MB RAM: "39845888"
  1042. *VMOption 176Meg/176 MB RAM: "44040192"
  1043. *VMOption 192Meg/192 MB RAM: "48234496"
  1044.  
  1045. *FCacheSize 32Meg/32 MB RAM: 1560000
  1046. *FCacheSize 48Meg/48 MB RAM: 2360000
  1047. *FCacheSize 64Meg/64 MB RAM: 3160000
  1048. *FCacheSize 80Meg/80 MB RAM: 3960000
  1049. *FCacheSize 96Meg/96 MB RAM: 4760000
  1050. *FCacheSize 112Meg/112 MB RAM: 5560000
  1051. *FCacheSize 128Meg/128 MB RAM: 6360000
  1052. *FCacheSize 144Meg/144 MB RAM: 6360000
  1053. *FCacheSize 160Meg/160 MB RAM: 6360000
  1054. *FCacheSize 176Meg/176 MB RAM: 6360000
  1055. *FCacheSize 192Meg/192 MB RAM: 6360000
  1056.  
  1057. *ColorDevice: False
  1058. *DefaultColorSpace: Gray
  1059. *TTRasterizer: Type42
  1060. *?TTRasterizer:"
  1061.   save
  1062.  42/FontType resourcestatus
  1063.  {pop pop (Type42)}{(No Type42)} ifelse = flush
  1064.  restore
  1065.  "
  1066. *End
  1067.  
  1068. *FileSystem: True
  1069. *?FileSystem: " 
  1070. false
  1071. (*) {
  1072.     /DevDict exch currentdevparams def
  1073.     DevDict /Writeable known {DevDict /Writeable get} {false} ifelse
  1074.     DevDict /Mounted   known {DevDict /Mounted   get} {false} ifelse
  1075.     DevDict /HasNames  known {DevDict /HasNames  get} {false} ifelse
  1076.     and and {pop true} if
  1077. } 128 string /IODevice resourceforall
  1078. {(True)} {(False)} ifelse =
  1079. "
  1080. *End
  1081. *LanguageLevel: "3"
  1082. *Throughput: "40"
  1083.  
  1084. *Password: "0"
  1085. *ExitServer: "
  1086.   count 1 ge { true exch startjob } {false} ifelse
  1087.   not {
  1088.     (ERROR: *ExitServer cannot start unencapsulated job.) =
  1089.     (       Password is probably invalid.) =
  1090.  } if
  1091. "
  1092. *End
  1093.  
  1094. *Reset: "
  1095.   count 1 ge { true exch startjob } {false} ifelse
  1096.   not {
  1097.     (ERROR: *ExitServer cannot start unencapsulated job.) =
  1098.     (       Password is probably invalid.) =
  1099.  } if
  1100.   systemdict /quit get exec
  1101. "
  1102. *End
  1103.  
  1104.  
  1105. *% === PROTOCOLS AND EMULATIONS ===
  1106.  
  1107. *Protocols: TBCP
  1108.  
  1109. *% === MEDIA HANDLING OPTIONS ===
  1110.  
  1111.  
  1112. *OpenUI *InputSlot/Paper Source: PickOne
  1113. *OrderDependency: 15.0 AnySetup *InputSlot
  1114. *DefaultInputSlot: Tray1
  1115. *InputSlot Tray1/Tray 1: "
  1116.    <</MediaPosition 0 >> 
  1117. setpagedevice"
  1118. *End
  1119. *InputSlot Tray2/Tray 2: "
  1120.    <</MediaPosition 1 >> 
  1121. setpagedevice" 
  1122. *End
  1123. *InputSlot Tray3/Tray 3:  "
  1124.    <</MediaPosition 2 >> 
  1125. setpagedevice " 
  1126. *End
  1127. *InputSlot Tray4/Tray 4:  "
  1128.    <</MediaPosition 3 >> 
  1129. setpagedevice " 
  1130. *End 
  1131. *InputSlot Tray5/Tray 5:  "
  1132.    <</MediaPosition 4 >> 
  1133. setpagedevice " 
  1134. *End 
  1135. *InputSlot Envelope/Envelope Feeder:  "
  1136.    <</MediaPosition 6 >> 
  1137. setpagedevice " 
  1138. *End 
  1139. *InputSlot MBF/MBF:  "
  1140.    <</MediaPosition 5 >> 
  1141. setpagedevice " 
  1142. *End 
  1143.  
  1144. *?InputSlot: "
  1145. save
  1146.   <<     0 (Tray1) 
  1147.      1 (Tray2) 
  1148.      2 (Tray3) 
  1149.      3 (Tray4) 
  1150.      4 (Tray5) 
  1151.      5 (MBF) 
  1152.      6 (Envelope) >>
  1153.   currentpagedevice /MediaPosition known
  1154.       {currentpagedevice /MediaPosition get
  1155.             dup null ne
  1156.                 {get}{pop pop (Unknown)} ifelse}
  1157.         {pop (Unknown)} ifelse
  1158.   = flush
  1159. restore
  1160. "
  1161. *End
  1162. *CloseUI: *InputSlot
  1163.  
  1164.  
  1165.  
  1166. *OpenUI *ManualFeed/Manual Feed: Boolean
  1167. *OrderDependency: 15.0 AnySetup *ManualFeed
  1168. *DefaultManualFeed: False
  1169. *ManualFeed True/On: " << /ManualFeed true >> setpagedevice "
  1170. *ManualFeed False/Off: " << /ManualFeed false >> setpagedevice "
  1171. *?ManualFeed:"
  1172. save
  1173. currentpagedevice /ManualFeed get
  1174. {(True)} {(False)} ifelse = flush
  1175. restore
  1176. "
  1177. *End
  1178. *CloseUI: *ManualFeed
  1179.  
  1180.  
  1181. *% === MEDIA SELECTION ===
  1182. *% PageSize sets the input Tray and the imageable area
  1183.  
  1184. *OpenUI *PageSize/Paper Size: PickOne
  1185. *OrderDependency: 20.0 AnySetup *PageSize
  1186. *DefaultPageSize: Letter
  1187. *PageSize Letter/Letter[8.5 x 11]: "
  1188.     << /PageSize [612 792] /ImagingBBox null >> setpagedevice"
  1189. *End
  1190. *PageSize Legal/Legal[8.5 x 14]: "
  1191.     << /PageSize [612 1008] /ImagingBBox null >> setpagedevice"
  1192. *End
  1193. *PageSize Tabloid/11 x 17[11 x 17]: "
  1194.     << /PageSize [792 1224] /ImagingBBox null >> setpagedevice"
  1195. *End
  1196. *PageSize A3/A3[297mm x 420mm]: "
  1197.    << /PageSize [842 1191] /ImagingBBox null >> setpagedevice"
  1198. *End
  1199. *PageSize A4/A4[210mm x 297mm]: "
  1200.     << /PageSize [595 842] /ImagingBBox null >> setpagedevice"
  1201. *End
  1202. *PageSize A5/A5[148mm x 210mm]: "
  1203.     << /PageSize [420 595] /ImagingBBox null >> setpagedevice"
  1204. *End
  1205. *PageSize A6/A6[105mm x 148mm]: "
  1206.     << /PageSize [297 420] /ImagingBBox null >> setpagedevice"
  1207. *End
  1208. *PageSize FanFoldGermanLegal/Folio[8.5 x 13]: "
  1209.     << /PageSize [612 936] /ImagingBBox null >> setpagedevice"
  1210. *End
  1211. *PageSize Executive/Executive[7.25 x 10.5]: "
  1212.     << /PageSize [522 756] /ImagingBBox null >> setpagedevice"
  1213. *End
  1214. *PageSize Statement/Statement[5.5 x 8.5]: "
  1215.    << /PageSize [396 612] /ImagingBBox null >> setpagedevice"
  1216. *End
  1217. *PageSize B4/B4-JIS[257mm x 364mm]: "
  1218.    << /PageSize [729 1032] /ImagingBBox null >> setpagedevice"
  1219. *End
  1220. *PageSize B5/B5-JIS[182mm x 257mm]: "
  1221.    << /PageSize [516 729] /ImagingBBox null >> setpagedevice"
  1222. *End 
  1223. *PageSize Env10/Com10 Envelope[4.125 x 9.5]: "
  1224.    << /PageSize [297 684] /ImagingBBox null >> setpagedevice"
  1225. *End
  1226. *PageSize EnvC5/C5 Envelope[162mm x 229mm]: "
  1227.    << /PageSize [459 649] /ImagingBBox null >> setpagedevice"
  1228. *End
  1229. *PageSize EnvDL/DL Envelope[110mm x 220mm]: "
  1230.    << /PageSize [312 624] /ImagingBBox null >> setpagedevice"
  1231. *End
  1232. *PageSize EnvMonarch/Monarch Envelope[3.87 x 7.5]: "
  1233.    << /PageSize [279 540] /ImagingBBox null >> setpagedevice"
  1234. *End
  1235. *?PageSize: "
  1236.  save
  1237.    currentpagedevice /PageSize get aload pop
  1238.    2 copy gt {exch} if
  1239.    (Unknown)
  1240.   <<
  1241.  [612 792] (Letter) 
  1242.  [612 1008] (Legal) 
  1243.  [792 1224] (Tabloid) 
  1244.  [842 1191] (A3) 
  1245.  [595 842] (A4) 
  1246.  [420 595] (A5) 
  1247.  [297 420] (A6) 
  1248.  [612 936] (FanFoldGermanLegal) 
  1249.  [522 756] (Executive) 
  1250.  [396 612] (Statement) 
  1251.  [729 1032] (B4) 
  1252.  [516 729] (B5) 
  1253.  [297 684] (Env10) 
  1254.  [312 624] (EnvDL) 
  1255.  [459 649] (EnvC5) 
  1256.  [279 540] (EnvMonarch) >>
  1257.  { exch aload pop 4 index sub abs 5 le exch
  1258.    5 index sub abs 5 le and
  1259.       {exch pop exit} {pop} ifelse
  1260.    } bind forall
  1261.    = flush pop pop
  1262. restore
  1263. "
  1264. *End
  1265. *CloseUI: *PageSize
  1266.  
  1267.  
  1268. *% PageRegion sets the imageable area without specifying a given media source.
  1269.  
  1270. *OpenUI *PageRegion/Paper Size: PickOne
  1271. *OrderDependency: 25.0 AnySetup *PageRegion
  1272. *DefaultPageRegion: Letter
  1273. *PageRegion Letter/Letter[8.5 x 11]: "
  1274.     << /PageSize [612 792] /ImagingBBox null >> setpagedevice"
  1275. *End
  1276. *PageRegion Legal/Legal[8.5 x 14]: "
  1277.     << /PageSize [612 1008] /ImagingBBox null >> setpagedevice"
  1278. *End
  1279. *PageRegion Tabloid/11 x 17[11 x 17]: "
  1280.     << /PageSize [792 1224] /ImagingBBox null >> setpagedevice"
  1281. *End
  1282. *PageRegion A3/A3[297mm x 420mm]: "
  1283.     << /PageSize [842 1191] /ImagingBBox null >> setpagedevice"
  1284. *End
  1285. *PageRegion A4/A4[210mm x 297mm]: "
  1286.     << /PageSize [595 842] /ImagingBBox null >> setpagedevice"
  1287. *End
  1288. *PageRegion A5/A5[148mm x 210mm]: "
  1289.     << /PageSize [420 595] /ImagingBBox null >> setpagedevice"
  1290. *End
  1291. *PageRegion A6/A6[105mm x 148mm]: "
  1292.     << /PageSize [297 420] /ImagingBBox null >> setpagedevice"
  1293. *End
  1294. *PageRegion FanFoldGermanLegal/Folio[8.5 x 13]: "
  1295.     << /PageSize [612 936] /ImagingBBox null >> setpagedevice"
  1296. *End
  1297. *PageRegion Executive/Executive[7.25 x 10.5]: "
  1298.     << /PageSize [522 756] /ImagingBBox null >> setpagedevice"
  1299. *End
  1300. *PageRegion Statement/Statement[5.5 x 8.5]: "
  1301.     << /PageSize [396 612] /ImagingBBox null >> setpagedevice"
  1302. *End
  1303. *PageRegion B4/B4-JIS[257mm x 364mm]: "
  1304.     << /PageSize [729 1032] /ImagingBBox null >> setpagedevice"
  1305. *End
  1306. *PageRegion B5/B5-JIS[182mm x 257mm]: "
  1307.     << /PageSize [516 729] /ImagingBBox null >> setpagedevice"
  1308. *End
  1309. *PageRegion Env10/Com10 Envelope[4.125 x 9.5]: "
  1310.     << /PageSize [297 684] /ImagingBBox null >> setpagedevice"
  1311. *End
  1312. *PageRegion EnvC5/C5 Envelope[162mm x 229mm]: "
  1313.     << /PageSize [459 649] /ImagingBBox null >> setpagedevice"
  1314. *End
  1315. *PageRegion EnvDL/DL Envelope[110mm x 220mm]: "
  1316.     << /PageSize [312 624] /ImagingBBox null >> setpagedevice"
  1317. *End
  1318. *PageRegion EnvMonarch/Monarch Envelope[3.87 x 7.5]: "
  1319.     << /PageSize [279 540] /ImagingBBox null >> setpagedevice"
  1320. *End
  1321. *CloseUI: *PageRegion
  1322.  
  1323.  
  1324. *% ImageableArea gives the bounding box (llx, lly, urx, ury) in points for each media.
  1325. *DefaultImageableArea: Letter
  1326. *ImageableArea Letter/Letter[8.5 x 11]: "0 0 612 792"
  1327. *ImageableArea Legal/Legal[8.5 x 14]: "0 0 612 1008"
  1328. *ImageableArea Tabloid/11 x 17[11 x 17]: "0 0 792 1224"
  1329. *ImageableArea A3/A3[297mm x 420mm]: "0 0 842 1191"
  1330. *ImageableArea A4/A4[210mm x 297mm]: "0 0 595 842"
  1331. *ImageableArea A5/A5[148mm x 210mm]: "0 0 420 595"
  1332. *ImageableArea A6/A6[105mm x 148mm]: "0 0 297 420"
  1333. *ImageableArea FanFoldGermanLegal/Folio[8.5 x 13]: "0 0 612 936"
  1334. *ImageableArea Executive/Executive[7.25 x 10.5]: "0 0 522 756"
  1335. *ImageableArea Statement/Statement[5.5 x 8.5]: "0 0 396 612"
  1336. *ImageableArea B4/B4-JIS[257mm x 364mm]: "0 0 729 1032"
  1337. *ImageableArea B5/B5-JIS[182mm x 257mm]: "0 0 516 729"
  1338. *ImageableArea Env10/Com10 Envelope[4.125 x 9.5]: "0 0 297 684"
  1339. *ImageableArea EnvC5/C5 Envelope[162mm x 229mm]: "0 0 459 649"
  1340. *ImageableArea EnvDL/DL Envelope[110mm x 220mm]: "0 0 312 624"
  1341. *ImageableArea EnvMonarch/Monarch Envelope[3.87 x 7.5]: "0 0 279 540"
  1342. *?ImageableArea: "
  1343.   newpath clippath pathbbox 4 -2 roll
  1344.   exch 2 {10000 mul ceiling 10000 div dup 0 lt {pop 0} if 128 string cvs print ( ) print} repeat
  1345.   exch 2 {10000 mul floor   10000 div dup 0 lt {pop 0} if 128 string cvs print ( ) print} repeat
  1346.   (\n) print"
  1347. *End
  1348.  
  1349. *% PaperDimension gives physical dimensions in points for each media (x-width, y-height)
  1350. *DefaultPaperDimension: Letter
  1351. *PaperDimension Letter/Letter[8.5 x 11]: "612 792"
  1352. *PaperDimension Legal/Legal[8.5 x 14]: "612 1008"
  1353. *PaperDimension Tabloid/11 x 17[11 x 17]: "792 1224"
  1354. *PaperDimension A3/A3[297mm x 420mm]: "842 1191"
  1355. *PaperDimension A4/A4[210mm x 297mm]: "595 842"
  1356. *PaperDimension A5/A5[148mm x 210mm]: "420 595"
  1357. *PaperDimension A6/A6[105mm x 148mm]: "297 420"
  1358. *PaperDimension FanFoldGermanLegal/Folio[8.5 x 13]: "612 936"
  1359. *PaperDimension Executive/Executive[7.25 x 10.5]: "522 756"
  1360. *PaperDimension Statement/Statement[5.5 x 8.5]: "396 612"
  1361. *PaperDimension B4/B4-JIS[257mm x 364mm]: "729 1032"
  1362. *PaperDimension B5/B5-JIS[182mm x 257mm]: "516 729"
  1363. *PaperDimension Env10/Com10 Envelope[4.125 x 9.5]: "297 684"
  1364. *PaperDimension EnvC5/C5 Envelope[162mm x 229mm]: "459 649"
  1365. *PaperDimension EnvDL/DL Envelope[110mm x 220mm]: "312 624"
  1366. *PaperDimension EnvMonarch/Monarch Envelope[3.87 x 7.5]: "279 540"
  1367.  
  1368. *LandscapeOrientation: Plus90
  1369.  
  1370. *OpenGroup: Stapling
  1371.  
  1372.  
  1373. *OpenUI *StapleLocation/Staple: PickOne
  1374. *OrderDependency: 30.0 AnySetup *StapleLocation
  1375. *DefaultStapleLocation: None
  1376. *StapleLocation None/No Staple: "
  1377.   currentpagedevice /Staple known {
  1378.   << /Staple 0 /StapleDetails << /Type 6 /StapleMode 0 >> >> setpagedevice } if
  1379. "
  1380. *End
  1381. *StapleLocation FrontStaple/Front (Position 1): "
  1382.   << /Staple 1 /StapleDetails << /Type 6 /StapleMode 0 >> >> setpagedevice
  1383. "
  1384. *End
  1385. *StapleLocation RearStaple/Rear (Position 2): "
  1386.   << /Staple 1 /StapleDetails << /Type 6 /StapleMode 1 >> >> setpagedevice
  1387. "
  1388. *End
  1389. *StapleLocation DualStaple/Dual Staple: "
  1390.   << /Staple 1 /StapleDetails << /Type 6 /StapleMode 2 >> >> setpagedevice
  1391. "
  1392. *End
  1393. *?StapleLocation:"
  1394. save
  1395.    currentpagedevice /Staple known
  1396. {currentpagedevice /Staple get 0 eq
  1397.        {(None)}
  1398.          {3 dict
  1399.         dup 0 (FrontStaple) put
  1400.         dup 1 (RearStaple) put
  1401.         dup 2 (DualStaple) put
  1402.         currentpagedevice /StapleDetails get /StapleMode get get
  1403.         }ifelse
  1404.          }{(Unknown)} ifelse
  1405.        = flush
  1406.     restore"
  1407. *End
  1408. *CloseUI: *StapleLocation
  1409.  
  1410. *CloseGroup: Stapling
  1411.  
  1412. *RequiresPageRegion All: True
  1413.  
  1414.  
  1415.  
  1416. *OpenUI *FFBlack/Fax Friendly Black: PickOne
  1417. *OrderDependency: 60.0 AnySetup *FFBlack
  1418. *DefaultFFBlack: FFBOff
  1419. *FFBlack FFBOff/Off: ""
  1420. *End
  1421. *FFBlack FFBOn/On: ""
  1422. *End
  1423. *CloseUI: *FFBlack
  1424.  
  1425.  
  1426.  
  1427.  
  1428. *OpenUI *Policy: PickOne
  1429. *OrderDependency: 5.0 AnySetup *Policy
  1430. *DefaultPolicy: Policy2
  1431. *Policy Policy2/Use Printer Default: "
  1432.  << /DeferredMediaSelection true /Policies <</PageSize 2>> >> setpagedevice"
  1433. *End
  1434. *Policy Policy1/Ignore size and use default paper tray: "
  1435.  << /DeferredMediaSelection false /Policies <</PageSize 1>> >> setpagedevice"
  1436. *End
  1437. *Policy Policy3/Nearest available size, adjust page: "
  1438.  <<  /DeferredMediaSelection false /Policies <</PageSize 3>> >> setpagedevice"
  1439. *End
  1440. *Policy Policy4/Next larger available size, adjust page: "
  1441.  << /DeferredMediaSelection false /Policies <</PageSize 4>> >> setpagedevice"
  1442. *End
  1443. *Policy Policy5/Nearest available size, no page adjust: "
  1444.  << /DeferredMediaSelection false /Policies <</PageSize 5>> >> setpagedevice"
  1445. *End
  1446. *Policy Policy6/Next larger available size, no page adjust: "
  1447.  << /DeferredMediaSelection false /Policies <</PageSize 6>> >> setpagedevice"
  1448. *End
  1449. *CloseUI: *Policy
  1450.  
  1451.  
  1452. *OpenGroup: Output
  1453.  
  1454.  
  1455. *OpenUI *Duplex/Duplex: PickOne
  1456. *OrderDependency: 30.0 AnySetup *Duplex
  1457. *DefaultDuplex: None
  1458. *Duplex None/Off: "<</Duplex false /Tumble false>> setpagedevice"
  1459. *Duplex DuplexNoTumble/Flip on long edge: "<</Duplex true /Tumble false>> setpagedevice"
  1460. *Duplex DuplexTumble/Flip on short edge: "<</Duplex true /Tumble true>> setpagedevice"
  1461. *?Duplex: "save
  1462.   currentpagedevice /Duplex get
  1463.   {currentpagedevice /Tumble get
  1464.      {(DuplexTumble)} {(DuplexNoTumble)} ifelse}
  1465.   {(None)} ifelse = flush restore"
  1466. *End
  1467. *CloseUI: *Duplex
  1468.  
  1469.  
  1470.  
  1471. *OpenUI *Collate: Boolean
  1472. *OrderDependency: 10.0 AnySetup *Collate
  1473. *DefaultCollate: False
  1474. *Collate False/Off: "<</Collate false>> setpagedevice"
  1475. *Collate True/On: "<</Collate true>> setpagedevice"
  1476. *?Collate: "save
  1477.   currentpagedevice /Collate known
  1478.     {currentpagedevice /Collate get
  1479.       {(True)}{(False)} ifelse}
  1480.     {(Unknown)}
  1481.   ifelse = flush
  1482. restore "
  1483. *End    
  1484. *CloseUI: *Collate
  1485.  
  1486.  
  1487. *% -- XRX Quality Mode ----
  1488.  
  1489. *OpenUI *XRXQuality/Quality:  PickOne
  1490. *OrderDependency: 50.0 AnySetup *XRXQuality
  1491. *DefaultXRXQuality: None
  1492.  
  1493. *XRXQuality None/Normal: "
  1494.   <<
  1495.  /PostRenderingEnhance false 
  1496.  /PostRenderingEnhanceDetails
  1497.       <<    /REValue 0 
  1498.          /TonerSaver 0 
  1499.          /Type 18 >>
  1500.   >> setpagedevice 
  1501. "
  1502. *End
  1503.  
  1504. *XRXQuality Draft/Draft Mode: "
  1505.   <<
  1506.  /PostRenderingEnhance true 
  1507.  /PostRenderingEnhanceDetails
  1508.       <<    /REValue 0 
  1509.          /TonerSaver 1 
  1510.          /Type 18 >>
  1511.   >> setpagedevice 
  1512. "
  1513. *End
  1514.  
  1515. *XRXQuality Smoothing/Xerox Image Enhancement: "
  1516.   <<
  1517.  /PostRenderingEnhance true 
  1518.  /PostRenderingEnhanceDetails
  1519.       <<     /REValue 1 
  1520.          /TonerSaver 0 
  1521.          /Type 18 >>
  1522.   >> setpagedevice 
  1523. "
  1524. *End
  1525.  
  1526. *?XRXQuality: "save
  1527.  currentpagedevice dup /PostRenderingEnhance known
  1528.  {dup /PostRenderingEnhance get
  1529.   {
  1530.    /PostRenderingEnhanceDetails get
  1531.    dup /Type get 18 eq
  1532.    {
  1533.     dup /REValue get 8 mul exch
  1534.     /TonerSaver get add dup 8 eq
  1535.     {pop (Smoothing)}
  1536.     {1 eq {(Draft)} {(None)}ifelse}
  1537.     ifelse
  1538.    }
  1539.    {pop (None)} ifelse
  1540.   }
  1541.   {pop (None)}
  1542.   ifelse}
  1543.  {pop (None)}
  1544.  ifelse = flush
  1545. restore"
  1546. *End
  1547. *CloseUI: *XRXQuality
  1548.  
  1549.  
  1550.  
  1551.  
  1552. *OpenUI *MediaType/Media Type:  PickOne
  1553. *OrderDependency: 30.0 AnySetup *MediaType
  1554. *DefaultMediaType: AutoSelect
  1555. *MediaType AutoSelect/Auto Select: "
  1556.  << /MediaType null >> setpagedevice"
  1557. *End
  1558. *MediaType Plain/Plain: "
  1559.  << /MediaType (Plain) >> setpagedevice"
  1560. *End
  1561. *MediaType Transparency/Transparency: "
  1562.  << /MediaType (Transparency) >> setpagedevice"
  1563. *End 
  1564. *MediaType Labels/Labels: "
  1565. << /MediaType (Labels) >> setpagedevice"
  1566. *End
  1567. *MediaType Preprinted/Preprinted: "
  1568. << /MediaType (Preprinted) >> setpagedevice"
  1569. *End
  1570. *MediaType Letterhead/Letterhead: "
  1571. << /MediaType (Letterhead) >> setpagedevice"
  1572. *End
  1573. *MediaType Prepunched/Prepunched: "
  1574. << /MediaType (Prepunched) >> setpagedevice"
  1575. *End
  1576. *MediaType Bond/Bond: "
  1577. << /MediaType (Bond) >> setpagedevice"
  1578. *End
  1579. *MediaType Recycled/Recycled: "
  1580. << /MediaType (Recycled) >> setpagedevice"
  1581. *End
  1582. *MediaType Color/Color: "
  1583. << /MediaType (Color) >> setpagedevice"
  1584. *End
  1585. *MediaType Cardstock/Cardstock: "
  1586. << /MediaType (Cardstock) >> setpagedevice"
  1587. *End
  1588. *MediaType UndefinedType1/Undefined Type 1: ""
  1589. *End
  1590. *MediaType UndefinedType2/Undefined Type 2: ""
  1591. *End
  1592. *MediaType UndefinedType3/Undefined Type 3: ""
  1593. *End
  1594. *MediaType UndefinedType4/Undefined Type 4: ""
  1595. *End
  1596. *MediaType UndefinedType5/Undefined Type 5: ""
  1597. *End
  1598.  
  1599. *?MediaType: "
  1600. currentpagedevice dup /MediaType known
  1601. {
  1602. /MediaType get dup null eq  { pop (Unknown) } if
  1603. }
  1604. { pop (Unknown)}
  1605. ifelse = flush
  1606. "
  1607. *End
  1608. *CloseUI: *MediaType
  1609.  
  1610.  
  1611.  
  1612.  
  1613. *OpenUI *OutputBin/Output Bin: PickOne
  1614. *OrderDependency: 30.0 AnySetup *OutputBin
  1615. *DefaultOutputBin: FACEDOWNBIN
  1616. *OutputBin Automatic/Automatic: ""
  1617. *End
  1618. *OutputBin FACEDOWNBIN/Face Down Bin: "
  1619. <</OutputType (FACE DOWN TRAY)>> setpagedevice"
  1620. *End
  1621. *OutputBin FACEUPBIN/Face Up Bin: "
  1622. <</OutputType (FACE UP TRAY)>> setpagedevice"
  1623. *End
  1624. *OutputBin MAILBOXBIN1/Mailbox Bin 1: "
  1625. <</OutputType (MAILBOX BIN 1)>> setpagedevice"
  1626. *End
  1627. *OutputBin MAILBOXBIN2/Mailbox Bin 2: "
  1628. <</OutputType (MAILBOX BIN 2)>> setpagedevice"
  1629. *End
  1630. *OutputBin MAILBOXBIN3/Mailbox Bin 3: "
  1631. <</OutputType (MAILBOX BIN 3)>> setpagedevice"
  1632. *End
  1633. *OutputBin MAILBOXBIN4/Mailbox Bin 4: "
  1634. <</OutputType (MAILBOX BIN 4)>> setpagedevice"
  1635. *End
  1636. *OutputBin MAILBOXBIN5/Mailbox Bin 5: "
  1637. <</OutputType (MAILBOX BIN 5)>> setpagedevice"
  1638. *End
  1639. *OutputBin MAILBOXBIN6/Mailbox Bin 6: "
  1640. <</OutputType (MAILBOX BIN 6)>> setpagedevice"
  1641. *End
  1642. *OutputBin MAILBOXBIN7/Mailbox Bin 7: "
  1643. <</OutputType (MAILBOX BIN 7)>> setpagedevice"
  1644. *End
  1645. *OutputBin MAILBOXBIN8/Mailbox Bin 8: "
  1646. <</OutputType (MAILBOX BIN 8)>> setpagedevice"
  1647. *End
  1648. *OutputBin MAILBOXBIN9/Mailbox Bin 9: "
  1649. <</OutputType (MAILBOX BIN 9)>> setpagedevice"
  1650. *End
  1651. *OutputBin MAILBOXBIN10/Mailbox Bin 10: "
  1652. <</OutputType (MAILBOX BIN 10)>> setpagedevice"
  1653. *End
  1654. *OutputBin SORTER/Sorter: "
  1655. <</OutputType (SORTER)>> setpagedevice"
  1656. *End
  1657. *OutputBin FINISHERBIN1/Finisher Bin 1: "
  1658. <</OutputType (FINISHER BIN 1)>> setpagedevice"
  1659. *End
  1660. *OutputBin FINISHERBIN2/Finisher Bin 2: "
  1661. <</OutputType (FINISHER BIN 2)>> setpagedevice"
  1662. *End
  1663. *OutputBin FINISHERBIN3/Finisher Bin 3: "
  1664. <</OutputType (FINISHER BIN 3)>> setpagedevice"
  1665. *End
  1666. *?OutputBin: "
  1667. currentpagedevice /OutputType known
  1668. {
  1669. <<
  1670.  (FACE DOWN TRAY) (FACEDOWNBIN) 
  1671.  (FACE UP TRAY) (FACEUPBIN)
  1672.  (MAILBOX BIN 1) (MAILBOXBIN1)
  1673.  (MAILBOX BIN 2) (MAILBOXBIN2)
  1674.  (MAILBOX BIN 3) (MAILBOXBIN3)
  1675.  (MAILBOX BIN 4) (MAILBOXBIN4)
  1676.  (MAILBOX BIN 5) (MAILBOXBIN5) 
  1677.  (MAILBOX BIN 6) (MAILBOXBIN6) 
  1678.  (MAILBOX BIN 7) (MAILBOXBIN7) 
  1679.  (MAILBOX BIN 8) (MAILBOXBIN8) 
  1680.  (MAILBOX BIN 9) (MAILBOXBIN9) 
  1681.  (MAILBOX BIN 10) (MAILBOXBIN10)
  1682.  (SORTER) (SORTER)
  1683.  (FINISHER BIN 1) (FINISHERBIN1) 
  1684.  (FINISHER BIN 2) (FINISHERBIN2) 
  1685.  (FINISHER BIN 3) (FINISHERBIN3)
  1686. >>
  1687.   currentpagedevice /OutputType get 
  1688.   dup null eq  {pop (Unknown)} { get } ifelse
  1689.  } { (Unkown)} ifelse = flush      
  1690. "
  1691. *End
  1692. *CloseUI: *OutputBin
  1693.  
  1694. *CloseGroup: Output
  1695.  
  1696.  
  1697.  
  1698. *% === RESOLUTION AND APPEARANCE CONTROL ===
  1699.  
  1700.  
  1701. *OpenUI *Resolution/Resolution: PickOne
  1702. *OrderDependency: 55 AnySetup *Resolution
  1703. *DefaultResolution: 600x600dpi
  1704.  
  1705. *Resolution 600x600dpi/600 x 600 dpi: "
  1706. << /HWResolution [600 600] 
  1707.  /Policies << /HWResolution 2 >>
  1708. >> setpagedevice
  1709. "
  1710. *End
  1711.  
  1712. *Resolution 1200x1200dpi/1200 dpi Image Quality: "
  1713. << /HWResolution [1200 1200] 
  1714.  /Policies << /HWResolution 2 >> 
  1715. >> setpagedevice
  1716. "
  1717. *End
  1718.  
  1719. *?Resolution: "
  1720.   save
  1721.     currentpagedevice /HWResolution get
  1722.     aload pop exch
  1723.     (          ) cvs print
  1724.     (x) print (          ) cvs print (dpi)
  1725.     = flush
  1726.   restore
  1727. "
  1728. *End
  1729. *CloseUI: *Resolution
  1730.  
  1731.  
  1732. *% Halftone Information ===============
  1733.  
  1734. *DefaultHalftoneType: 3
  1735. *AccurateScreensSupport: False
  1736. *ScreenFreq: "65"
  1737. *ScreenAngle: "45"
  1738. *DefaultScreenProc: Dot
  1739. *ScreenProc Dot:  "{180 mul cos exch 180 mul cos add 2 div}"
  1740.  
  1741. *DefaultTransfer: Null
  1742. *Transfer Null: "{}"
  1743. *Transfer Null.Inverse: "{1 exch sub}"
  1744.  
  1745. *% Color Separation Information =====================
  1746.  
  1747. *DefaultColorSep: ProcessBlack.85lpi.600x600dpi/85 lpi /600 x 600 dpi
  1748.  
  1749. *%InkName: ProcessBlack/Process Black
  1750. *%InkName: CustomColor/Custom Color
  1751. *%InkName: ProcessCyan/Process Cyan
  1752. *%InkName: ProcessMagenta/Process Magenta
  1753. *%InkName: ProcessYellow/Process Yellow
  1754.  
  1755.  
  1756.  
  1757. *% For 85 lpi /600 x 600 dpi =======================================
  1758.  
  1759. *ColorSepScreenAngle ProcessBlack.85lpi.600x600dpi/85 lpi /600 x 600 dpi: "45"
  1760. *ColorSepScreenAngle CustomColor.85lpi.600x600dpi/85 lpi /600 x 600 dpi: "45"
  1761. *ColorSepScreenAngle ProcessCyan.85lpi.600x600dpi/85 lpi /600 x 600 dpi: "15"
  1762. *ColorSepScreenAngle ProcessMagenta.85lpi.600x600dpi/85 lpi /600 x 600 dpi: "75"
  1763. *ColorSepScreenAngle ProcessYellow.85lpi.600x600dpi/85 lpi /600 x 600 dpi: "0"
  1764.  
  1765. *ColorSepScreenFreq ProcessBlack.85lpi.600x600dpi/85 lpi /600 x 600 dpi: "60"
  1766. *ColorSepScreenFreq CustomColor.85lpi.600x600dpi/85 lpi /600 x 600 dpi: "60"
  1767. *ColorSepScreenFreq ProcessCyan.85lpi.600x600dpi/85 lpi /600 x 600 dpi: "60"
  1768. *ColorSepScreenFreq ProcessMagenta.85lpi.600x600dpi/85 lpi /600 x 600 dpi: "60"
  1769. *ColorSepScreenFreq ProcessYellow.85lpi.600x600dpi/85 lpi /600 x 600 dpi: "60"
  1770.  
  1771.  
  1772. *% Font Information =====================
  1773. *DefaultFont: Courier
  1774. *Font AvantGarde-Book: Standard "(001.006S)" Standard ROM
  1775. *Font AvantGarde-BookOblique: Standard "(001.006S)" Standard ROM
  1776. *Font AvantGarde-Demi: Standard "(001.007S)" Standard ROM
  1777. *Font AvantGarde-DemiOblique: Standard "(001.007S)" Standard ROM
  1778. *Font Bookman-Demi: Standard "(001.004S)" Standard ROM
  1779. *Font Bookman-DemiItalic: Standard "(001.004S)" Standard ROM
  1780. *Font Bookman-Light: Standard "(001.004S)" Standard ROM
  1781. *Font Bookman-LightItalic: Standard "(001.004S)" Standard ROM
  1782. *Font Courier: Standard "(002.004S)" Standard ROM
  1783. *Font Courier-Bold: Standard "(002.004S)" Standard ROM
  1784. *Font Courier-BoldOblique: Standard "(002.004S)" Standard ROM
  1785. *Font Courier-Oblique: Standard "(002.004S)" Standard ROM
  1786. *Font Helvetica: Standard "(001.006S)" Standard ROM
  1787. *Font Helvetica-Bold: Standard "(001.007S)" Standard ROM
  1788. *Font Helvetica-BoldOblique: Standard "(001.007S)" Standard ROM
  1789. *Font Helvetica-Narrow: Standard "(001.006S)" Standard ROM
  1790. *Font Helvetica-Narrow-Bold: Standard "(001.007S)" Standard ROM
  1791. *Font Helvetica-Narrow-BoldOblique: Standard "(001.007S)" Standard ROM
  1792. *Font Helvetica-Narrow-Oblique: Standard "(001.006S)" Standard ROM
  1793. *Font Helvetica-Oblique: Standard "(001.006S)" Standard ROM
  1794. *Font NewCenturySchlbk-Bold: Standard "(001.009S)" Standard ROM
  1795. *Font NewCenturySchlbk-BoldItalic: Standard "(001.007S)" Standard ROM
  1796. *Font NewCenturySchlbk-Italic: Standard "(001.006S)" Standard ROM
  1797. *Font NewCenturySchlbk-Roman: Standard "(001.007S)" Standard ROM
  1798. *Font Palatino-Bold: Standard "(001.005S)" Standard ROM
  1799. *Font Palatino-BoldItalic: Standard "(001.005S)" Standard ROM
  1800. *Font Palatino-Italic: Standard "(001.005S)" Standard ROM
  1801. *Font Palatino-Roman: Standard "(001.005S)" Standard ROM
  1802. *Font Symbol: Special "(001.007S)" Special ROM
  1803. *Font Times-Bold: Standard "(001.007S)" Standard ROM
  1804. *Font Times-BoldItalic: Standard "(001.009S)" Standard ROM
  1805. *Font Times-Italic: Standard "(001.007S)" Standard ROM
  1806. *Font Times-Roman: Standard "(001.007S)" Standard ROM
  1807. *Font ZapfChancery-MediumItalic: Standard "(001.007S)" Standard ROM
  1808. *Font ZapfDingbats: Special "(001.004S)" Special ROM
  1809. *?FontQuery: "
  1810.  save
  1811.    { count 1 gt
  1812.       { exch dup 127 string cvs (/) print print (:) print
  1813.         /Font resourcestatus {pop pop (Yes)} {(No)} ifelse =
  1814.       } { exit } ifelse 
  1815.    } bind loop
  1816.    (*) = flush
  1817.  restore"
  1818. *End
  1819.  
  1820. *?FontList: "
  1821. save
  1822.   (*) {cvn ==} 128 string /Font resourceforall
  1823.   (*) = flush
  1824. restore
  1825. "
  1826. *End
  1827.  
  1828. *% === PRINTER MESSAGES ===
  1829.  
  1830. *% possible unsolicited messages
  1831. *PrinterError: "Cover Open"
  1832. *PrinterError: "Warming up"
  1833.  
  1834. *% status field of controller-requested status message
  1835. *Status: "idle"
  1836. *Status: "busy"
  1837. *Status: "waiting"
  1838. *Status: "printing"
  1839. *Status: "warming up"
  1840. *Status: "initializing"
  1841. *Status: "holding"
  1842. *Status: "PrinterError: Cover Open"
  1843. *Status: "PrinterError: Warming up"
  1844.  
  1845. *% source field of controller-requested status message
  1846. *Source: "Parallel"
  1847. *Source: "LocalTalk"
  1848. *Source: "Ethernet"
  1849. *Source: "TokenRing"
  1850.  
  1851. *% other possible printer messages
  1852. *Message: "%%Flushing: rest of job (to end-of-file) will be ignored]%%"
  1853. *Message: "%%[exitserver: permanent state may be changed]%%"
  1854. *Message: "%%[StatusChange: initializing]%%"
  1855.  
  1856.  
  1857. *% end of PPD file for the Xerox N4025
  1858. *% last modification date 11/16/1999
  1859.  
  1860.  
  1861.